Skip to content

Latest commit

 

History

History
89 lines (60 loc) · 3.3 KB

contributing.md

File metadata and controls

89 lines (60 loc) · 3.3 KB

Discord Website X

✒️ Contributing to Discord v14 Bot Infrastructure

First of all, thank you for considering contributing to this project! Your help is greatly appreciated.

✒️ Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct.

✒️ How to Contribute

There are several ways you can contribute to the project:

📕 Reporting Bugs

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.

  1. Go to the Issues page.
  2. Click on "New Issue".
  3. Choose a descriptive title and provide detailed information about the bug.
  4. If possible, include steps to reproduce the bug and any relevant code snippets.

📕 Suggesting Enhancements

If you have an idea for a new feature or an improvement to an existing feature, we would love to hear about it!

  1. Go to the Issues page.
  2. Click on "New Issue".
  3. Choose a descriptive title and explain your enhancement or feature suggestion.
  4. Provide as much detail as possible about how the enhancement or feature should work.

📕 Pull Requests

If you are able to fix a bug or implement an enhancement yourself, you are welcome to submit a pull request.

  1. Fork the repository by clicking the "Fork" button at the top of the repository page.

  2. Clone your forked repository to your local machine:

    git clone https://github.com/Danteon0/discord-bot-template-v14.git
  3. Create a new branch for your feature or bugfix:

    git checkout -b your-feature-branch
  4. Make your changes. Ensure your code follows the project's coding style and includes appropriate tests.

  5. Commit your changes:

    git commit -m "Describe your changes"
  6. Push your changes to your forked repository:

    git push origin your-feature-branch
  7. 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.

📌 Join Our Discord Community

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.

Join our Discord server


Thank you for your contributions! Every bit of help is valuable and appreciated.