Skip to content

Commit c8558c9

Browse files
authored
Add the PR Template (#29)
1 parent f513321 commit c8558c9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### What does this PR do?:
2+
<!-- _Summarize the changes_ -->
3+
4+
### Which issue(s) this PR fixes:
5+
<!-- _Link to Github/JIRA issue(s)_ -->
6+
7+
### PR acceptance criteria:
8+
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened and linked to this PR, if they are not in the PR scope due to various constraints.
9+
10+
- [ ] Tested and Verified
11+
12+
<!-- _I have verified that the changes were tested manually_ -->
13+
14+
- [ ] Documentation (READMEs, Product Docs, Blogs, Education Modules, etc.)
15+
16+
<!-- _This includes READMEs, Product Docs, Blogs, Education Modules, etc._ -->
17+
18+
19+
### How to test changes / Special notes to the reviewer:

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# macOS
2-
.DS_Store
2+
.DS_Store

0 commit comments

Comments
 (0)