From 8ccfdbd60ad9a5a3cb7d79fd8cea1d5a78dfdc40 Mon Sep 17 00:00:00 2001 From: slsgzs-cloud Date: Wed, 9 Sep 2026 05:12:19 +0800 Subject: [PATCH 1/3] fix: use existing labels in add-place.yml (fixes #249) --- .github/ISSUE_TEMPLATE/add-place.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/add-place.yml b/.github/ISSUE_TEMPLATE/add-place.yml index 555945c..8dd5814 100644 --- a/.github/ISSUE_TEMPLATE/add-place.yml +++ b/.github/ISSUE_TEMPLATE/add-place.yml @@ -1,7 +1,7 @@ name: Add a public place description: Suggest a student place for the map. A citation and a quality check are required. title: "[place] " -labels: ["place"] +labels: ["data"] body: - type: markdown attributes: From e557db7bd61add50399ce044aeb9452a89a61492 Mon Sep 17 00:00:00 2001 From: slsgzs-cloud Date: Wed, 9 Sep 2026 05:12:21 +0800 Subject: [PATCH 2/3] fix: use existing labels in add-competition.yml (fixes #249) --- .github/ISSUE_TEMPLATE/add-competition.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/add-competition.yml b/.github/ISSUE_TEMPLATE/add-competition.yml index 4cf2ca2..c68d062 100644 --- a/.github/ISSUE_TEMPLATE/add-competition.yml +++ b/.github/ISSUE_TEMPLATE/add-competition.yml @@ -1,7 +1,7 @@ name: Add a competition description: Suggest a student competition for the catalog. A citation and a quality check are required. title: "[competition] " -labels: ["competition"] +labels: ["data", "competitions"] body: - type: markdown attributes: From 0622b5b954cecfce775e386ad098be30dc85eb00 Mon Sep 17 00:00:00 2001 From: slsgzs-cloud Date: Wed, 9 Sep 2026 05:12:22 +0800 Subject: [PATCH 3/3] fix: use existing labels in verify-place.yml (fixes #249) --- .github/ISSUE_TEMPLATE/verify-place.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/verify-place.yml b/.github/ISSUE_TEMPLATE/verify-place.yml index d26fe36..0b526ab 100644 --- a/.github/ISSUE_TEMPLATE/verify-place.yml +++ b/.github/ISSUE_TEMPLATE/verify-place.yml @@ -1,7 +1,7 @@ name: Verify a place description: Re-check an existing place on the map (address, entrance, open status). A smaller ask than adding a new place. title: "[verify] " -labels: ["verification"] +labels: ["data"] body: - type: markdown attributes: