Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Latest commit

 

History

History
40 lines (32 loc) · 1.35 KB

File metadata and controls

40 lines (32 loc) · 1.35 KB

Contributing to Choribot

Thank you for your interest in contributing to this project, I'd love to see that effort! Here are some guidelines to help you get started:

How to Contribute

  1. Fork the repository and clone it to your local machine.

  2. Create a new branch for your feature or bugfix:

    git checkout -b feature/your-feature-name
  3. Make your changes and ensure the code follows the project's style guidelines.

  4. Test your changes thoroughly.

  5. Commit your changes with a clear and descriptive commit message:

    git commit -m "Add: New feature for handling quotes"
  6. Push your changes to your forked repository:

    git push origin feature/your-feature-name
  7. Open a Pull Request (PR) and describe your changes in detail.

Code Style

  • As long as it's somewhat legible it's fine (and follows my methodology a bit).
  • Include comments where necessary to explain complex logic.
  • Have fun.

Reporting Issues

If you find a bug or have a feature request, please open an issue on GitHub. Include as much detail as possible, such as:

  • Steps to reproduce the issue.
  • Expected behavior.
  • Actual behavior.
  • Screenshots or error messages (if applicable).

License

By contributing to this project, you agree that your contributions will be licensed under the GNU General Public License v3.