Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

34 lines (20 loc) · 1.34 KB

Contribution Guidelines

🎉 Thank you for considering contributing to our project! 🎉

We welcome contributions from everyone. Before you start, please take a moment to review this document for some guidelines that will help streamline the process.

How to Contribute

Reporting Bugs or Issues

If you encounter a bug or have issues with the project, please open an issue on the Issue Tracker. Provide as much detail as possible, including steps to reproduce.

Feature Requests

If you have a feature you'd like to see added, please open an issue on the Issue Tracker. Clearly describe the feature and why it's beneficial.

Submitting Changes

  1. Fork the repository.
  2. Create a branch: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m 'Add feature'.
  4. Push to the branch: git push origin feature-name.
  5. Create a pull request.

Please ensure your code adheres to the existing coding standards, and run any relevant tests.

License

By contributing, you agree that your contributions will be licensed under the project's LICENSE.

Resources