Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.57 KB

File metadata and controls

44 lines (33 loc) · 1.57 KB

Contributing to This Project

Thank you for considering contributing to this project! Your contributions help make it better for everyone.

How to Contribute

1. Reporting Issues

  • Check existing issues before opening a new one to avoid duplicates.
  • Provide a clear and descriptive title and a detailed description of the problem.
  • Include steps to reproduce, screenshots, or code examples if relevant.

2. Suggesting Enhancements

  • Explain the motivation behind the enhancement.
  • Provide examples of how it would improve the project.
  • Keep suggestions constructive and respectful.

3. Submitting Pull Requests

  1. Fork the repository and create a new branch for your feature or bugfix.
  2. Follow the project's coding style and conventions.
  3. Include tests if applicable.
  4. Ensure your code passes all existing tests.
  5. Submit a pull request with a clear description of your changes.

4. Commit Guidelines


feat: add new feature
fix: correct a bug
docs: update documentation

  • Keep commits small and focused on a single change.

5. Code Review

  • Be open to feedback and make adjustments as needed.
  • Review others’ pull requests constructively.

Code of Conduct

Please note that this project is governed by a Code of Conduct. By participating, you agree to follow its guidelines.

Additional Resources