This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
-
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.
- Loading branch information
Showing
1 changed file
with
35 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,35 @@ | ||
[TECH-<id> <name here>](https://industrydive.atlassian.net/browse/TECH-<id>) | ||
|
||
### Non-technical Context | ||
|
||
### Technical Context | ||
|
||
### Reproduction Steps | ||
|
||
### Manual Testing Instructions | ||
|
||
### QA Checklist | ||
|
||
#### Developer | ||
|
||
- [ ] Ensure code complies with the [style guide](https://industrydive.atlassian.net/wiki/spaces/TECH/pages/639500407/Tech+Team+s+Style+Guides) | ||
- [ ] Devise edge cases to test the bug fix or feature being merged | ||
- [ ] Make sure the code is clean and understandable | ||
- [ ] Ensure code is not overly inefficient | ||
- [ ] Ensure documentation is understandable and accurate, including: | ||
- [ ] Code comments and doc strings | ||
- [ ] Technical documentation | ||
|
||
|
||
#### Reviewer | ||
|
||
- [ ] Ensure code complies with the [style guide](https://industrydive.atlassian.net/wiki/spaces/TECH/pages/639500407/Tech+Team+s+Style+Guides) | ||
- If there are few or minor issues, add inline GitHub comments | ||
- If there are many issues or it seems like the developer did not follow the style guide, leave a comment asking them to do so | ||
- [ ] Devise edge cases to test the bug fix or feature being merged | ||
- [ ] Make sure the code is clean and understandable | ||
- [ ] Ask for inline comments on unclear sections | ||
- [ ] Ensure code is not overly inefficient | ||
- [ ] Ensure documentation is understandable and accurate, including: | ||
- [ ] Code comments and doc strings | ||
- [ ] Technical documentation |