UNPKG

djsify

Version:

A powerful and flexible Discord bot framework for building feature-rich Discord bots with ease. Supports message commands, slash commands, and button interactions.

71 lines (48 loc) 2.25 kB
# Contributors This file lists the contributors to the djsify project. We appreciate all contributions, whether they're code, documentation, examples, bug reports, or feature suggestions or even improved README.md or CONTRIBUTORS.md or LICENSE.md. ## Core Team - ali yasir (known as goataso or aliso) - Creator and Lead Developer ## Contributors There are no contributors yet. ## How to Contribute We welcome contributions from the community! Here's how you can help: ### Reporting Issues If you find a bug or have a suggestion for improving djsify, please open an issue on our GitHub repository. When reporting issues, please include: - A clear and descriptive title - A detailed description of the issue or suggestion - Steps to reproduce the problem (for bugs) - Expected behavior and actual behavior - Version information (Node.js, discord.js, and djsify versions) - Any relevant code snippets or error messages ### Submitting Pull Requests 1. Fork the repository on GitHub 2. Clone your fork to your local machine 3. Create a new branch for your changes: ```bash git checkout -b goataso/djsify ``` 4. Make your changes and commit them with clear, descriptive commit messages 5. Push your branch to your fork on GitHub 6. Open a pull request against the main repository ### Code Guidelines - Write clear, readable, and maintainable code - Add comments for complex logic - Follow the existing code style and structure - Write tests for new features when applicable - Update documentation as needed ### Documentation Improving documentation is always appreciated. This includes: - Fixing typos or errors - Adding examples or tutorials - Clarifying existing documentation - Translating documentation to other languages ## Code of Conduct By participating in this project, you agree to abide by our Code of Conduct: - Be respectful and inclusive - Be patient and welcoming - Be considerate - Gracefully accept constructive criticism - Focus on what is best for the community ## Recognition Contributors who have made significant contributions will be added to the Contributors list in this file. Thank you for your interest in improving djsify!