Skip to content

Commit 7d47df4

Browse files
committed
Update PR Template
1 parent ea4c511 commit 7d47df4

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,35 @@
33
<!--
44
Thank you for your Pull Request!
55
6-
If you are new to contributing to Mono, please try to do your best at conforming to our coding guidelines http://www.mono-project.com/community/contributing/coding-guidelines/ but don't worry if you get something wrong. One of the project members will help you to get things landed.
6+
Here are a few things to think about (see below for more details). Please check each option after the PR is created.
7+
-->
8+
9+
- Should this pull request have release notes?
10+
- [ ] Yes
11+
- [ ] No
12+
- Do these changes need to be back ported?
13+
- [ ] Yes
14+
- [ ] No
15+
16+
Reviewers: please consider these questions as well! :heart:
17+
18+
<!-- Use this section if the pull request has release notes.
19+
**Release notes**
20+
21+
Fixed case XXXXXX @username:
22+
Mono: Your release notes go here.
723
8-
Does your pull request fix any of the existing issues? Please use the following format: Fixes #issue-number
24+
Other options: Internal, Changed, Improved, Feature.
925
-->
26+
27+
<!-- Use this section is the pull request should be back ported.
28+
**Backports**
29+
30+
List the versions of Unity where this change should be back ported here.
31+
-->
32+
33+
<!-- Use this section if the pull request requires other changes in the Unity repository.
34+
**Unity repository changes**
35+
36+
List any Unity repository PRs.
37+
-->

0 commit comments

Comments
 (0)