Skip to content

Commit 49b43d9

Browse files
committed
⚖️ adding templates
1 parent a6f7db8 commit 49b43d9

File tree

3 files changed

+33
-9
lines changed

3 files changed

+33
-9
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
Hello there!
3+
Thanks for deciding to start a conversation about React Native and how it could evolve for the better!
4+
5+
If possible, please follow the structure shown below (you can also take inspiration from other open issues).
6+
7+
Given the nature of this repository, ideally only long-form discussions should be held here in the issue section.
8+
If you have a proposal, please add it via a Pull Request.
9+
-->
10+
11+
### Introduction
12+
13+
<!--
14+
Give a brief intro about the subject you want to discuss about
15+
-->
16+
17+
### The Core of It
18+
19+
<!--
20+
Here you should explain in details what you want to discuss about, providing all the necessary details for everyone to understand
21+
-->
22+
23+
## Discussion points
24+
25+
<!--
26+
If you can, summarize the 'hot points' that you want the discussion to focus on
27+
-->

.github/PULL_REQUEST_TEMPLATE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!--
2+
Hello there!
3+
Thanks for deciding to start a proposal about React Native and how it could evolve for the better!
4+
5+
Given that most of the discussion will be held around the file you are submitting, use this space to simply give a brief introduction to the subject of the PR.
6+
-->

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,3 @@ The top contributors regularly meet to discuss ongoing problems with the goal of
3131
## CoC
3232

3333
Similarly to the main repository, this project has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](https://code.facebook.com/codeofconduct) so that you can understand what actions will and will not be tolerated.
34-
35-
## TODO
36-
37-
- [ ] better README (expand on the Discussion section, explain better why another repo)
38-
- [ ] create label system
39-
- [ ] create templates for issues and PRs
40-
- [ ] migrate [For discussion](https://github.com/facebook/react-native/labels/For%20Discussion) issues from the main repo
41-
- [ ] complete and review the RFC process
42-
- [x] add a dedicated folder for monthly meetings notes

0 commit comments

Comments
 (0)