Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 989 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (14 loc) · 989 Bytes

Contributing.

We are open to, and grateful for, any contributions made by the community.
To contribute, please follow these guidelines:

  1. Fork the repository and create your branch from the main branch.
  2. Clone the forked repository to your local machine.
  3. Make your desired changes and ensure they align with the project's purpose and coding style.
  4. Write clear and concise commit messages to describe your changes.
  5. Test your changes to ensure they work as expected.
  6. If applicable, update the documentation to reflect your changes.
  7. Push your changes to your forked repository.
  8. Submit a pull request from your branch to the main branch of this repository.
  9. Ensure your pull request provides a detailed description of the changes made and the problem they solve.
  10. Be responsive to any feedback or review that may arise during the pull request process.
  11. Once your changes are approved, they will be merged into the main branch and become part of the project.