22We want to make contributing to this project as easy and transparent as
33possible.
44
5- ## Code of Conduct
5+ ## Code of Conduct
66Facebook has adopted a Code of Conduct that we expect project
77participants to adhere to. Please [ read the full text] ( https://code.facebook.com/codeofconduct )
88so that you can understand what actions will and will not be tolerated.
@@ -27,20 +27,37 @@ to do this once to work on any of Facebook's open source projects.
2727
2828Complete your CLA here: < https://code.facebook.com/cla >
2929
30+ ## Coding Style
31+ * 2 spaces for indentation rather than tabs
32+ * 80 character line length
33+ * Run ` npm run lint ` to conform to our lint rules
34+
3035## Issues
3136We use GitHub issues to track public bugs. Please ensure your description is
32- clear and has sufficient instructions to be able to reproduce the issue.
33- If possible please provide a minimal demo of the problem. You can use this
37+ clear and has sufficient instructions to be able to reproduce the issue.
38+ If possible please provide a minimal demo of the problem. You can use this
3439jsfiddle to get started: https://jsfiddle.net/stopachka/m6z0xn4r/ .
3540
3641Facebook has a [ bounty program] ( https://www.facebook.com/whitehat/ ) for the safe
3742disclosure of security bugs. In those cases, please go through the process
3843outlined on that page and do not file a public issue.
3944
40- ## Coding Style
41- * 2 spaces for indentation rather than tabs
42- * 80 character line length
43- * Run ` npm run lint ` to conform to our lint rules
45+ ## Issue Triage
46+ Here are some tags that we're using to better organize issues in this repo:
47+
48+ * ` good first issue ` - Good candidates for someone new to the project to contribute.
49+ * ` help wanted ` - Issues that should be addressed and which we would welcome a
50+ PR for but may need significant investigation or work
51+ * ` support ` - Request for help with a concept or piece of code but this isn't an
52+ issue with the project.
53+ * ` needs more info ` - Missing repro steps or context for both project issues \&
54+ support questions.
55+ * ` discussion ` - Issues where folks are discussing various approaches \& ideas.
56+ * ` question ` - Something that is a question specifically for the maintainers such
57+ as [ this issue about the license] ( https://github.com/facebook/draft-js/issues/1819 ) .
58+ * ` documentation ` - Relating to improving documentation for the project.
59+ - Browser \& OS-specific tags for anything that is specific to a particular
60+ environment (e.g. ` chrome ` , ` firefox ` , ` macos ` , ` android ` and so forth).
4461
4562## Stability
4663Our philosophy regarding API changes is as follows:
0 commit comments