Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 758 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 758 Bytes

📐 Contribution Guide

Before starting, you may need to know how to contribute in a good way. You can follow the rules here:

Issues

If you encounter an issue with the project, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible somebody has already encountered this issue.

Pull Requests

If you want to contribute to the repository, follow these steps:

  • Fork the repo and develop.
  • Check if your code follow my linter rules: yarn prettier && yarn lint
  • Test your code changes (yarn test) and create/change the test suite if necessary.
  • Commit your changes.
  • Push to your fork and submit a pull request.