Skip to content

Commit 38f00e3

Browse files
authored
Update PR template (#133)
Signed-off-by: Jordan Dubrick <[email protected]>
1 parent 31e63d6 commit 38f00e3

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
## What does this PR do / why we need it
1+
# Description of Changes
2+
_Summarize the changes you made as part of this pull request._
23

3-
## Which issue(s) does this PR fix
4-
5-
Fixes #?
6-
7-
## PR acceptance criteria
4+
# Related Issue(s)
5+
_Link the GitHub/GitLab/JIRA issues that are related to this PR._
86

7+
# Acceptance Criteria
8+
<!-- _Check the relevant boxes below_ -->
99
- [ ] Unit Tests
1010
- [ ] E2E Tests
1111
- [ ] Documentation
1212
_Update the [sidebar](https://github.com/devfile/devfile-web/tree/main/apps/landing-page#configuring-navigation) if there is a new file added or an existing filename is changed_
1313

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

0 commit comments

Comments
 (0)