Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1.72 KB

Contribute

Thank you for your interest in contributing to this project! We want to make the contribution process as simple and enjoyable as possible, so please read the following guidelines carefully.

Issues

If you have found a problem or bug, we encourage you to report it in the project's issue management system. Be sure to provide a detailed description of the problem and, if possible, include reproducible steps to demonstrate it.

Proposal for improvements

If you have ideas on how to improve the project, you are welcome to propose your changes. You can do this by opening a new issue in the issue management system and describing your proposal in detail. We will be happy to discuss it with you.

Contribute

If you want to contribute to the project after discussing the problem or improvement via issue, you can open a pr, follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Do your changes.
  4. Make sure the code is formatted correctly and follows the style found on other pages.
  5. Follow the guidelines described in Conventional Commits for your commits.
  6. Commit and push your changes.
  7. Open a pull request to the master branch and describe the changes you made. Be sure to report any related issues.

Contribution guidelines

To maintain a collaborative and inclusive environment, please follow these guidelines during your contribution process:

  • Be respectful and courteous to other contributors.
  • Provide constructive comments and feedback.
  • Respect the project code of conduct.

Code of Conduct

Please refer to the code of conduct for behavioral expectations within the community.

Thank you for your support and contributions!