You consider contributing changes to Guidebook – thank you! Please consider these guidelines when contributing changes.
- All changes should be covered by test cases
- 2 spaces indentation is used in this project. The project also follows the Airbnb style guide
- Pull request branch names should be in the form
{task-type}/description-of-branch. Examplech/setup-project-tools. See section task types - Commits follow the Angular commit convention
- To commit code, run
npm run commitand follow the instructions. Write great commit messages. See how to write commit messages guide - (Optional) Consider signing Git commit messages. See git tools signing your work and signing commits
- Squash all commits in a PR to exactly one commit
ft(Feature): An issue that adds a new featurebg(Bug): An issue that represents a bugch(Chore): An issue that represents a refactor or changes that are neither feature nor bug