Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Contributing

Alex van den Oudenhoven edited this page May 10, 2021 · 7 revisions

Contributing

If you want to contribute to this project you can create and/or assign an issue, fork the repo, create a branch for the changes and create a Pull request. Always add the repo owner as a reviewer.

Basic branch patterns:

feature/#<issue nr>-<issue title>
chore/#<issue nr>-<issue title>
bugfix/#<issue nr>-<issue title>
hotfix/#<issue nr>-<issue title>

Basic PR and issue name pattern

feat(<category>): <issue title>
feat: <issue title>
chore(<category>): <issue title>
chore: <issue title>
bugfix(<category>): <issue title>
bugfix: <issue title>
hotfix(<category>): <issue title>
hotfix: <issue title>
PR description contains issue nr. for tracking Use version without category when issue or PR doesn't satisfy one of the below categories

PR/Issue categories
  • Validation
  • Typing
  • Tests
  • Themes
  • Dependencies
Clone this wiki locally