Skip to content

Commit 5b93a80

Browse files
authored
Expand PR template (#9)
* Expand PR template * Minor update
1 parent 7e263d7 commit 5b93a80

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
<!-- Make sure you are targeting Microsoft/react-native for your PR, if you mean to submit your change to the Microsoft fork, instead of to Facebook's react-native -->
1+
# :warning: Make sure you are targeting Microsoft/react-native for your PR :warning:
2+
(then delete these lines)
3+
4+
<!--
5+
We are working on reducing the diff between Facebook's public version of react-native, and our Microsoft/react-native. Long term, we want to remove the need for our version and only depend on Facebook's react-native. In order to move in the right direction, new changes should be examined to ensure that we are doing the right thing.
6+
7+
If you are making a new change then one of the following should be done:
8+
- Consider if it is possible to achieve the desired behavior without making a change to react-native. Often a change can be made in a layer above react-native instead.
9+
- Create a corresponding PR against [react-native on GitHub](https://github.com/facebook/react-native)
10+
**Note:** Ideally you would wait for GitHub feedback before submitting to ISS, since we want to ensure that ISS doesn't deviate from GitHub.
11+
-->
12+
13+
#### Please select one of the following
14+
- [ ] I am removing an existing difference between facebook/react-native and Microsoft/react-native :thumbsup:
15+
- [ ] I am cherry-picking a change from Facebook's react-native into Microsoft/react-native :thumbsup:
16+
- [ ] I am making a fix / change for the macOS implementation of react-native
17+
- [ ] I am making a change required for Microsoft usage of react-native
18+
19+
#### Description of changes
20+
21+
(give an overview)
22+
23+
#### Focus areas to test
24+
25+
(optional)
26+
27+
228

0 commit comments

Comments
 (0)