-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update local dev and add pull request template
- Loading branch information
1 parent
6a15935
commit 70d9d70
Showing
2 changed files
with
29 additions
and
8 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
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,23 @@ | ||
# Description | ||
|
||
Please include a summary of the changes and the related issue. | ||
|
||
Fixes # (issue) | ||
|
||
## Type of change | ||
|
||
Please select all options that apply to this change: | ||
|
||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] Documentation update | ||
|
||
# Checklist: | ||
|
||
Confirm you have completed the following steps: | ||
|
||
- [ ] My code follows the style of this project. | ||
- [ ] I have performed a self-review of my code. | ||
- [ ] I have made corresponding updates to the documentation. | ||
- [ ] I have added/updated unit tests to cover my changes. |