-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(github): create contribution guidelines
- Loading branch information
1 parent
ceb70a6
commit b66e6ee
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Guidelines | ||
|
||
### Getting started | ||
1. Fork the repository | ||
2. Use `make` commands to `up` and `down` dev environment | ||
3. Always open your PRs against `stage` branch | ||
|
||
### Commit messages | ||
They must follow `commitzen` pattern. For more information go to [commitizen repo](https://github.com/commitizen/cz-cli) |