First of all, thank you for considering contributing to this project! Your help is greatly appreciated.
By participating in this project, you agree to abide by our Code of Conduct.
There are several ways you can contribute to the project:
If you find a bug in the project, please open an issue on GitHub. Provide as much detail as possible to help us understand and replicate the issue.
- Go to the Issues page.
- Click on "New Issue".
- Choose a descriptive title and provide detailed information about the bug.
- If possible, include steps to reproduce the bug and any relevant code snippets.
If you have an idea for a new feature or an improvement to an existing feature, we would love to hear about it!
- Go to the Issues page.
- Click on "New Issue".
- Choose a descriptive title and explain your enhancement or feature suggestion.
- Provide as much detail as possible about how the enhancement or feature should work.
If you are able to fix a bug or implement an enhancement yourself, you are welcome to submit a pull request.
-
Fork the repository by clicking the "Fork" button at the top of the repository page.
-
Clone your forked repository to your local machine:
git clone https://github.com/Danteon0/discord-bot-template-v14.git
-
Create a new branch for your feature or bugfix:
git checkout -b your-feature-branch
-
Make your changes. Ensure your code follows the project's coding style and includes appropriate tests.
-
Commit your changes:
git commit -m "Describe your changes"
-
Push your changes to your forked repository:
git push origin your-feature-branch
-
Open a pull request on the original repository:
- Go to the Pull Requests page.
- Click on "New Pull Request".
- Compare your branch with the original repository's main branch.
- Provide a clear and descriptive title and description for your pull request.
- Submit the pull request.
For further discussion and questions, feel free to join our Discord community. You can connect with other contributors, ask questions, and get feedback on your contributions.
Thank you for your contributions! Every bit of help is valuable and appreciated.