File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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)
You can’t perform that action at this time.
0 commit comments