Skip to content

Commit

Permalink
Update github-labels.rst (#1781)
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
richvdh authored Apr 10, 2024
1 parent 2678370 commit becc667
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions changelogs/internal/newsfragments/1781.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix `github-labels.rst`
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

0 comments on commit becc667

Please sign in to comment.