Skip to content

Commit

Permalink
Labels: add editorial & meta
Browse files Browse the repository at this point in the history
Closes #98.
  • Loading branch information
annevk committed Sep 26, 2019
1 parent aaa0c77 commit c9ca1b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LABELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ These are labels used by all [WHATWG standards](https://spec.whatwg.org/):
* [clarification](https://github.com/search?q=org%3Awhatwg+label%3A%22clarification%22+is%3Aopen): Standard could be clearer
* [compat](https://github.com/search?q=org%3Awhatwg+label%3A%22compat%22+is%3Aopen): Standard is not web compatible or proprietary feature needs standardizing
* [do not merge yet](https://github.com/search?q=org%3Awhatwg+label%3A%22do+not+merge+yet%22+is%3Aopen): Pull request must not be merged per rationale in comment
* [editorial](https://github.com/search?q=org%3Awhatwg+label%3A%22editorial%22+is%3Aopen): Changes that do not affect how the standard is understood.
* [good first issue](https://github.com/search?q=org%3Awhatwg+label%3A%22good+first+issue%22+is%3Aopen): Ideal for someone new to a WHATWG standard or software project
* [i18n-alreq](https://github.com/search?q=org%3Awhatwg+label%3A%22i18n-alreq%22+is%3Aopen): Used by the internationalization community to notify Arabic script experts of relevant issues
* [i18n-clreq](https://github.com/search?q=org%3Awhatwg+label%3A%22i18n-clreq%22+is%3Aopen): Used by the internationalization community to notify Chinese script experts of relevant issues
Expand All @@ -21,6 +22,7 @@ These are labels used by all [WHATWG standards](https://spec.whatwg.org/):
* [i18n-tracking](https://github.com/search?q=org%3Awhatwg+label%3A%22i18n-tracking%22+is%3Aopen): Used by the internationalization community to track issues they are interested in
* [impacts documentation](https://github.com/search?q=org%3Awhatwg+label%3A%22impacts+documentation%22): Used by documentation communities, such as MDN, to track changes that impact documentation
* [interop](https://github.com/search?q=org%3Awhatwg+label%3A%22interop%22+is%3Aopen): Implementations are not interoperable with each other
* [meta](https://github.com/search?q=org%3Awhatwg+label%3A%22meta%22+is%3Aopen): Changes to the ecosystem around the standard, not its contents.
* [needs concrete proposal](https://github.com/search?q=org%3Awhatwg+label%3A%22needs+concrete+proposal%22+is%3Aopen): Moving the issue forward requires someone to figure out a detailed plan
* [needs implementer interest](https://github.com/search?q=org%3Awhatwg+label%3A%22needs+implementer+interest%22+is%3Aopen): Moving the issue forward requires implementers to express interest
* [needs tests](https://github.com/search?q=org%3Awhatwg+label%3A%22needs+tests%22+is%3Aopen): Moving the issue forward requires someone to write tests
Expand Down
10 changes: 10 additions & 0 deletions labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"description": "Pull request must not be merged per rationale in comment",
"color": "e11d21"
},
{
"name": "editorial",
"description": "Changes that do not affect how the standard is understood.",
"color": "c7def8"
},
{
"name": "good first issue",
"description": "Ideal for someone new to a WHATWG standard or software project",
Expand Down Expand Up @@ -86,6 +91,11 @@
"description": "Implementations are not interoperable with each other",
"color": "c5def5"
},
{
"name": "meta",
"description": "Changes to the ecosystem around the standard, not its contents.",
"color": "fcabe1"
},
{
"name": "needs concrete proposal",
"description": "Moving the issue forward requires someone to figure out a detailed plan",
Expand Down

0 comments on commit c9ca1b9

Please sign in to comment.