From accce2632606b050c55a66f5dd414cd194017318 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 13 Nov 2024 13:33:47 +0100 Subject: [PATCH] Docs: Change default issue label to `needs-triage` (#1378) --- .github/ISSUE_TEMPLATE/0-enhancement.yaml | 2 +- .github/ISSUE_TEMPLATE/1-bug.md | 2 +- .github/ISSUE_TEMPLATE/2-deprecating.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/0-enhancement.yaml b/.github/ISSUE_TEMPLATE/0-enhancement.yaml index ea766b993..bcc5f1630 100644 --- a/.github/ISSUE_TEMPLATE/0-enhancement.yaml +++ b/.github/ISSUE_TEMPLATE/0-enhancement.yaml @@ -1,7 +1,7 @@ name: Add support of a missing OSM tag description: This requests an OSM tag to be added to the tagging schema in the form of a new preset, field or value. # title: '' -labels: enhancement +labels: needs-triage # assignees: '' body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/1-bug.md b/.github/ISSUE_TEMPLATE/1-bug.md index 38b202e44..b14cbf84e 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.md +++ b/.github/ISSUE_TEMPLATE/1-bug.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: bug,needs-triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/2-deprecating.yaml b/.github/ISSUE_TEMPLATE/2-deprecating.yaml index e1c175d1a..b8f732672 100644 --- a/.github/ISSUE_TEMPLATE/2-deprecating.yaml +++ b/.github/ISSUE_TEMPLATE/2-deprecating.yaml @@ -1,7 +1,7 @@ name: Add a New Deprecation Rule description: This requests an OSM tag to be added to list of deprecated tags. # title: '' -labels: deprecating +labels: deprecating,needs-triage # assignees: '' body: - type: markdown