Skip to content

Commit 3c16242

Browse files
authored
Update PR template (#256)
Signed-off-by: Jordan Dubrick <[email protected]>
1 parent 5acdb6e commit 3c16242

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+16-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1-
**Please specify the area for this PR**
1+
# Description of Changes
2+
_Summarize the changes you made as part of this pull request._
23

3-
**What does does this PR do / why we need it**:
4+
# Related Issue(s)
5+
_Link the GitHub/GitLab/JIRA issues that are related to this PR._
46

5-
**Which issue(s) this PR fixes**:
6-
7-
Fixes #?
8-
9-
**PR acceptance criteria**:
7+
# Acceptance Criteria
8+
<!-- _Check the relevant boxes below_ -->
109

10+
### Tests
1111
- [ ] Test Coverage
1212
- Are your changes sufficiently tested, and are any applicable test cases added or updated to cover your changes?
1313

14-
Documentation (WIP)
14+
### Documentation
1515
- [ ] Does the [REST API doc](../index/server/registry-REST-API.adoc) need to be updated with your changes?
1616
- [ ] Does the [registry library doc](../registry-library/README.md) need to be updated with your changes?
1717

18-
**How to test changes / Special notes to the reviewer**:
18+
# Tests Performed
19+
_Explain what tests you personally ran to ensure the changes are functioning as expected._
20+
21+
# How To Test
22+
_Instructions for the reviewer on how to test your changes._
23+
24+
# Notes To Reviewer
25+
_Any notes you would like to include for the reviewer._

0 commit comments

Comments
 (0)