-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add template for pull requests
- Loading branch information
1 parent
4a3c360
commit 8502f92
Showing
1 changed file
with
19 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,19 @@ | ||
## Checklist for PR | ||
|
||
- [ ] PR is only about one and only one concern | ||
- [ ] Description contains a short title, an optional description, and the sections BEFORE and AFTER | ||
- [ ] (A) new short test(s) show(s) that the PR is working | ||
|
||
## Some more infos | ||
|
||
- Short PR: adding two features and formatting code in other features is too much | ||
|
||
- BEFARE and AFTER sections: | ||
|
||
``` | ||
BEFORE: | ||
feature did this. | ||
AFTER: | ||
now, the features does that. | ||
``` |