Thank you for your interest in contributing!
- Create a feature branch (
feature/<description>orfix/<description>) - Write clear, documented code
- Run
npm run lintbefore every commit - Describe the motivation and changes in the pull request
- Main development on
main - Feature branches for new features
- Bugfix branches for fixing errors
- Follow the style guide (ESLint, Prettier)
- Answer questions in the review
- Revise the code if necessary
- Use issues for bugs, feature requests, and questions
- Discuss major changes in advance via issue