- 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.
- Follow the ESLint/Prettier guidelines
- you need to run
npm run lint
before submitting a pull request.
- you need to run
- 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.