Skip to content

Commit e48717c

Browse files
committed
add PR template and CODEOWNERS
1 parent daf3026 commit e48717c

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @stackhawk/engineering

.github/pull_request_template.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Description of the change
2+
3+
> Description here
4+
<!-- please share a quality (SFW) gif or photo -->
5+
<!-- before-and-after UI picks are a good addition as well -->
6+
![replace me](giphy-url.gif)
7+
8+
## Type of change
9+
- [ ] Bug fix (non-breaking change that fixes an issue)
10+
- [ ] New feature (non-breaking change that adds functionality)
11+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+
13+
## Related issues
14+
15+
> [ISSUE-ID](https://<ORG>.atlassian.net/browse/ISSUE-ID)
16+
17+
## Checklists
18+
19+
### Development
20+
21+
- [ ] Lint rules pass locally
22+
- [ ] The code changed/added as part of this pull request has been covered with tests
23+
- [ ] All tests related to the changed code pass in development
24+
25+
### Code review
26+
27+
- [ ] This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
28+
- [ ] "Ready for review" label attached to the PR and reviewers mentioned in a comment
29+
- [ ] Changes have been reviewed by at least one other engineer
30+
- [ ] Issue from task tracker has a link to this pull request

0 commit comments

Comments
 (0)