Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 652 Bytes

File metadata and controls

25 lines (19 loc) · 652 Bytes

Contribution Guide

Thank you for your interest in contributing!

Pull Requests

  • Create a feature branch (feature/<description> or fix/<description>)
  • Write clear, documented code
  • Run npm run lint before every commit
  • Describe the motivation and changes in the pull request

Branching

  • Main development on main
  • Feature branches for new features
  • Bugfix branches for fixing errors

Code Reviews

  • Follow the style guide (ESLint, Prettier)
  • Answer questions in the review
  • Revise the code if necessary

Communication

  • Use issues for bugs, feature requests, and questions
  • Discuss major changes in advance via issue