Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 7df9eb9

Browse files
niveditcfacebook-github-bot
authored andcommitted
Add issue triage guidelines to CONTRIBUTING.md (#1896)
Summary: **Summary** We've been loosely following these guidelines for the past month & they seem to be working well. Adding to `CONTRIBUTING.md` to make it more visible. **Test Plan** <img width="793" alt="screenshot 2018-10-14 12 54 05" src="https://user-images.githubusercontent.com/2357761/46921447-40040880-cfb0-11e8-8e74-386c17a4778e.png"> Pull Request resolved: #1896 Differential Revision: D10382836 fbshipit-source-id: e96336a96f27681b59510fcd15baa30e146ed631
1 parent a0267a9 commit 7df9eb9

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

CONTRIBUTING.md

+24-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
We want to make contributing to this project as easy and transparent as
33
possible.
44

5-
## Code of Conduct
5+
## Code of Conduct
66
Facebook has adopted a Code of Conduct that we expect project
77
participants to adhere to. Please [read the full text](https://code.facebook.com/codeofconduct)
88
so 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

2828
Complete 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
3136
We 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
3439
jsfiddle to get started: https://jsfiddle.net/stopachka/m6z0xn4r/.
3540

3641
Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
3742
disclosure of security bugs. In those cases, please go through the process
3843
outlined 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
4663
Our philosophy regarding API changes is as follows:

0 commit comments

Comments
 (0)