-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from datumbrain/n/pr-format
📝 Pull Request Format Added
- Loading branch information
Showing
1 changed file
with
37 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,37 @@ | ||
# Pull Request Template | ||
|
||
## Checklist | ||
|
||
- [ ] Branch has been rebased with `master` | ||
- [ ] Commits | ||
- [ ] Have been properly set-up | ||
- [ ] Merge strategy has been specified in the corresponding section | ||
- [ ] Reviewers have been set | ||
- [ ] New or changing code is properly tested | ||
- [ ] TDD has been applied | ||
- [ ] Coverage of at least the happy path has been checked | ||
- [ ] Linters pass | ||
- [ ] Blockers are specified | ||
- [ ] After merging `master` can be deployed | ||
- [ ] Documentation has been added, in godoc and/or README.md | ||
|
||
## Goal | ||
|
||
Why are you doing this. Relevant motivation and context. | ||
|
||
## Merge strategy | ||
|
||
The preferred merge strategy is: | ||
|
||
- [ ] Create a merge commit | ||
- [ ] Squash and merge | ||
- [ ] Rebase and merge | ||
|
||
## Blocked by | ||
|
||
Add links to this project or other projects PRs, issues, reasons and/or people | ||
who's preventing this from beeing merged. | ||
|
||
## How are you doing this | ||
|
||
Ideally this should be empty, the code should be clear and with godoc. |