Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1009 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 1009 Bytes

Contribution Guidelines

Thank you for considering contributing to our project! We appreciate your support.

To contribute, please follow these guidelines:

How to Contribute

  1. Fork the repository to your own GitHub account.
  2. Clone the project to your machine.
  3. Create a new branch with a descriptive name: git checkout -b your-branch-name.
  4. Make your changes, and ensure the code follows our coding standards.
  5. Test your changes to make sure they work as intended.
  6. Commit your changes: git commit -m 'Description of your changes'.
  7. Push your changes to your branch: git push origin your-branch-name.
  8. Create a pull request on our repository, and provide a clear description of your changes.

Reporting Bugs

If you find a bug, please open an issue and describe it in detail. We appreciate your help in making our project better.

Contact

If you have any questions or need clarification on these guidelines, feel free to reach out to us.

Thank you for your contributions!