From 9941c0756675065ec0a50a6dc4e9dbc15d550b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Fri, 6 Jan 2023 10:28:27 +0100 Subject: [PATCH 1/2] Add list of common labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- LABELS.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 LABELS.md diff --git a/LABELS.md b/LABELS.md new file mode 100644 index 0000000..2d54414 --- /dev/null +++ b/LABELS.md @@ -0,0 +1,37 @@ +# List of labels for PRs/issues used accross all repos + +Please check first if meaning of a desired new label can be attributed to one of the existing labels. Create a new lable if needed but adhere to the style below **and add it to this list**. + +____ + +- Breaking Change +- Bug +- Code Maintenance +- Discussion +- Documentation Needed +- Duplicate +- Enhancement +- External Issue +- Feature Request +- Fixed In Next Release +- For Next Release +- Help Wanted +- Internal +- Investigating +- Merge Conflict +- Never Stale +- Not A Bug +- Old Version +- On Hold +- Release +- PR: Approval Required +- PR: Approved +- PR: Code Review Required +- PR: Master Branch +- Security +- Stale +- Submitter Attention Required +- Template Ignored +- Testing Required +- WIP +- Won't Fix From c0c85e07e06e69fc3a25e620bf1809f0332de4d2 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sun, 10 Sep 2023 21:29:30 +0200 Subject: [PATCH 2/2] Fix spelling Co-authored-by: Adam Warner Signed-off-by: yubiuser --- LABELS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LABELS.md b/LABELS.md index 2d54414..1fcf7bb 100644 --- a/LABELS.md +++ b/LABELS.md @@ -1,6 +1,6 @@ # List of labels for PRs/issues used accross all repos -Please check first if meaning of a desired new label can be attributed to one of the existing labels. Create a new lable if needed but adhere to the style below **and add it to this list**. +Please check first if meaning of a desired new label can be attributed to one of the existing labels. Create a new label if needed but adhere to the style below **and add it to this list**. ____