Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 1.1 KB

Contributing

Contributions are always welcome!

Issues

  • Do not hesitate and create a new Issue if you see a bug, room for improvement or simply have a question.
  • Feel free to work on issues that are not assigned yet.
  • Do not create a pull request without an issue before discussing the problem.

Pull Requests

  • Make sure your PR comes with its own tests.
  • Always be descriptive in your PR -> add screenshots, explain in detail what improvements you did, or bugs you solved.

Commits

  • Your commit messages "should" follow the conventional commits guidelines. Learn more about it here.

Code Style

  • Make sure to commit in the same style that we are committing until now on the project.
  • Run prettier in each code file.

Questions

Hope to see your username on our list of contributors 🎉