- Your pull request targets the
stagingbranch of slika. - Branch starts with either
fix/,feature/, ortranslate/(e.g.fix/signin-issue) - You have only one commit
- All new and existing tests pass the command
npm test. Usegit commit --amendto amend any fixes.
- Small bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds new functionality)
- Breaking change (fix or feature that would change existing functionality)
- Add new translation (feature adding new translations)
- Tested changes locally.
- Addressed currently open issue (replace XXXXX with an issue no in next line)
Closes #XXXXX