From 1185ad0ff05e375af44b9491dc8f7b8c0ecd82e8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:29:46 +0100 Subject: [PATCH 1/2] Update github-labels.rst Fix formatting --- meta/github-labels.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/github-labels.rst b/meta/github-labels.rst index 14fb9f69b..44c521852 100644 --- a/meta/github-labels.rst +++ b/meta/github-labels.rst @@ -1,7 +1,7 @@ The following labels are used to help categorize issues: `spec-omission `_ --------------------------------------------------------------------------------- +--------------------------------------------------------------------------------- Things which have been implemented but not currently specified. These may range from entire API endpoints, to particular options or return parameters. @@ -17,7 +17,7 @@ Examples: `_ `clarification `_ --------------------------------------------------------------------------------- +--------------------------------------------------------------------------------- An area where the spec could do with being more explicit. @@ -30,7 +30,7 @@ Examples: `_ `spec-bug `_ ----------------------------------------------------------------------- +----------------------------------------------------------------------- Something which is in the spec, but is wrong. @@ -47,7 +47,7 @@ Examples: `_ `improvement `_ ----------------------------------------------------------------------------- +----------------------------------------------------------------------------- A suggestion for a relatively simple improvement to the protocol. @@ -59,7 +59,7 @@ Examples: `_ `feature `_ --------------------------------------------------------------------- +--------------------------------------------------------------------- A suggestion for a significant extension to the matrix protocol which needs considerable consideration before implementation. @@ -72,7 +72,7 @@ Examples: `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 @@ -80,7 +80,7 @@ day. `question `_ ----------------------------------------------------------------------- +----------------------------------------------------------------------- A thought or idea about the protocol which we aren't really sure whether to pursue or not. From 6afae108b2ee1b9b4fc64e6a802f4840c75ee682 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 10 Apr 2024 07:11:39 +0100 Subject: [PATCH 2/2] Create 1781.clarification --- changelogs/internal/newsfragments/1781.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/internal/newsfragments/1781.clarification diff --git a/changelogs/internal/newsfragments/1781.clarification b/changelogs/internal/newsfragments/1781.clarification new file mode 100644 index 000000000..4fb586500 --- /dev/null +++ b/changelogs/internal/newsfragments/1781.clarification @@ -0,0 +1 @@ +Fix `github-labels.rst`