Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 664 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 664 Bytes

Contributing

  • Fork the repository and create a new branch.
  • Make your changes and test them.
  • Submit a pull request with a clear description following the pull request template.

Code Style

  • Follow the ESLint/Prettier guidelines
    • you need to run npm run lint before submitting a pull request.

Communication

  • Use issues to discuss new features or bugs.
    • If you are submitting a bug, please provide a detailed description of the issue and how to reproduce it following the issue template.
    • If you are submitting a feature, please provide a detailed description of the feature and how it should work following the feature template.