diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-08-15 12:20:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-15 12:20:29 -0700 |
commit | 6c6ddd9e86d1be7257178ffd123dde5138d6c7b9 (patch) | |
tree | b61dc1f22889e7b7f7d020145a91d3a42cd43580 /CONTRIBUTING.md | |
parent | 44163274dcb9e74ec5e77b5b24c88b873003239b (diff) | |
download | qtlocation-mapboxgl-6c6ddd9e86d1be7257178ffd123dde5138d6c7b9.tar.gz |
[docs] Copyedited contributing guide
Also changed platform label from purple to black, to be more distinct from blue.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e222639eb1..a1c3e02070 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,22 +18,22 @@ If you want to contribute code: Please note the special instructions for contributing new source code files, asset files, or user-facing strings to the [iOS SDK](platform/ios/DEVELOPING.md#contributing) or [macOS SDK](platform/macos/DEVELOPING.md#contributing). -### Github Issue Labels +### Github issue labels -Our labeling system is +Our labeling system is: - - **minimalistic:** Labels' usefulness are inversely proportional to how many we have. - - **objective:** Labels should be objective enough that any two people would agree on a labeling decision. - - **useful:** Labels should track state or capture semantic meaning that would otherwise be hard to search. + * **minimalistic:** Labels’ usefulness are inversely proportional to how many we have. + * **objective:** Labels should be objective enough that any two people would agree on a labeling decision. + * **useful:** Labels should track state or capture semantic meaning that would otherwise be hard to search for. -We have divided our labels into categories to make them easier to use. +We’ve color-coded our labels by facet to make them easier to use: - - platform (purple) - - type (blue) - - actionable status (red) - - non-actionable status (grey) - - importance / urgency (green) - - topic / project / misc (yellow) + * type (blue) + * platform (black) + * actionable status (red) + * non-actionable status (grey) + * importance / urgency (green) + * topic / project / misc (yellow) # Code of conduct Everyone is invited to participate in Mapbox’s open source projects and public discussions: we want to create a welcoming and friendly environment. Harassment of participants or other unethical and unprofessional behavior will not be tolerated in our spaces. The [Contributor Covenant](http://contributor-covenant.org) applies to all projects under the Mapbox organization and we ask that you please read [the full text](http://contributor-covenant.org/version/1/2/0/). |