-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some tweaks to github templates (#4238)
- Loading branch information
Showing
3 changed files
with
18 additions
and
34 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
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 |
---|---|---|
@@ -1,8 +1,14 @@ | ||
fixes [org/repo/issue#] | ||
Fixes [issue#] | ||
|
||
- [ ] Test coverage exists | ||
- [ ] Documentation exists | ||
## Describe your changes | ||
|
||
## QA Steps | ||
|
||
- [ ] Add manual QA steps in checklist format for a reviewer to perform to confirm that the feature or fix is working. Include as much details as possible so that the reviewer doesn't lose time figuring out how to perform steps. | ||
- [ ] Add manual QA steps in checklist format for a reviewer to perform. Be as specific as possible, provide examples if appropriate. | ||
|
||
## Checklist before requesting review | ||
|
||
_If any of these are left unchecked, please provide an explanation_ | ||
|
||
- [ ] I have updated or added tests to cover my code | ||
- [ ] I have updated or added documentation |