Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github-labels.rst #1781

Merged
merged 2 commits into from
Apr 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions meta/github-labels.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The following labels are used to help categorize issues:

`spec-omission <https://github.com/matrix-org/matrix-spec/labels/spec-omission>`_
--------------------------------------------------------------------------------
---------------------------------------------------------------------------------

Things which have been implemented but not currently specified. These may range
from entire API endpoints, to particular options or return parameters.
Expand All @@ -17,7 +17,7 @@ Examples:
<https://github.com/matrix-org/matrix-doc/issues/904>`_

`clarification <https://github.com/matrix-org/matrix-spec/labels/clarification>`_
--------------------------------------------------------------------------------
---------------------------------------------------------------------------------

An area where the spec could do with being more explicit.

Expand All @@ -30,7 +30,7 @@ Examples:
<https://github.com/matrix-org/matrix-doc/issues/686>`_

`spec-bug <https://github.com/matrix-org/matrix-spec/labels/spec-bug>`_
----------------------------------------------------------------------
-----------------------------------------------------------------------

Something which is in the spec, but is wrong.

Expand All @@ -47,7 +47,7 @@ Examples:
<https://github.com/matrix-org/matrix-doc/issues/695>`_

`improvement <https://github.com/matrix-org/matrix-spec/labels/improvement>`_
----------------------------------------------------------------------------
-----------------------------------------------------------------------------

A suggestion for a relatively simple improvement to the protocol.

Expand All @@ -59,7 +59,7 @@ Examples:
<https://github.com/matrix-org/matrix-spec/issues/145>`_

`feature <https://github.com/matrix-org/matrix-spec/labels/feature>`_
--------------------------------------------------------------------
---------------------------------------------------------------------

A suggestion for a significant extension to the matrix protocol which
needs considerable consideration before implementation.
Expand All @@ -72,15 +72,15 @@ Examples:


`wart <https://github.com/matrix-org/matrix-spec/labels/wart>`_
--------------------------------------------------------------
---------------------------------------------------------------

A point where the protocol is inconsistent or inelegant, but which isn't really
causing anybody any problems right now. Might be nice to consider fixing one
day.


`question <https://github.com/matrix-org/matrix-spec/labels/question>`_
----------------------------------------------------------------------
-----------------------------------------------------------------------

A thought or idea about the protocol which we aren't really sure whether to
pursue or not.
Expand Down
Loading