Skip to content

Commit f2ae5d3

Browse files
committed
chore: intialize codeowners
1 parent 05221bb commit f2ae5d3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# List of source code paths and code owners
2+
# For more information on the CODEOWNERS file go to:
3+
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
4+
5+
# Uncomment line 10 and add the correct owners's usernames.
6+
# These owners will be the default owners for everything in
7+
# the repo. Unless a later match takes precedence,
8+
# @global-owner1 and @global-owner2 will be requested for
9+
# review when someone opens a pull request.
10+
* @zprobst @ccloes @asantos4 @jbristow @rreddy15 @aghafari @lucas7

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Summary of Change
2+
Jira issue: https://jira.intuit.com/browse/SKIP-XXXX
3+
4+
<Your Summary Goes Here>
5+
6+
## Before Review
7+
- [ ] Jira Story In Description/Body
8+
- [ ] Unit Tests are Added/Updated and meet at-least 85% coverage criteria for that feature
9+
10+
## Before Merge
11+
- [ ] Ran/Functionally Tested in Dev Environment
12+
- [ ] Documentation Is Updated (Where Appropriate)

0 commit comments

Comments
 (0)