Skip to content

Commit 2c092c8

Browse files
authored
Merge pull request #5470 from woocommerce/github-template-improvement
Improved PR template
2 parents 63e9df7 + 68a47e7 commit 2c092c8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
<!-- Remember about a good descriptive title. -->
12

3+
Closes: #
4+
<!-- Id number of the GitHub issue this PR addresses. -->
25

6+
### Description
7+
<!-- Take the time to write a good summary. Why is it needed? What does it do? When fixing bugs try to avoid just writing “See original issue” – clarify what the problem was and how you’ve fixed it. -->
38

4-
Update release notes:
9+
### Testing instructions
10+
<!-- Step by step testing instructions. When necessary break out individual scenarios that need testing, consider including a checklist for the reviewer to go through. -->
11+
12+
### Screenshots
13+
<!-- Include before and after images or gifs when appropriate. -->
14+
15+
16+
---
517
- [ ] I have considered if this change warrants user-facing release notes and have added them to `RELEASE-NOTES.txt` if necessary.
18+
19+
<!-- Pull request guidelines: https://github.com/woocommerce/woocommerce-android/blob/develop/docs/pull-request-guidelines.md -->

0 commit comments

Comments
 (0)