From e822ca384cac34a1af194b540d4dc878d069eab1 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 12 Aug 2024 17:39:18 +0100 Subject: [PATCH 1/2] docs: tweak and improve issue templates --- .github/ISSUE_TEMPLATE/feature_idea.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_idea.yml b/.github/ISSUE_TEMPLATE/feature_idea.yml index 35f82a52b..5b7847645 100644 --- a/.github/ISSUE_TEMPLATE/feature_idea.yml +++ b/.github/ISSUE_TEMPLATE/feature_idea.yml @@ -1,6 +1,7 @@ name: 💡 Feature idea description: Idea or request for some feature on the GovTool roadmap title: "💡 " +labels: ["💡 Feature idea"] projects: ["IntersectMBO/projects/30", "IntersectMBO/projects/34"] body: - type: markdown From 14d262497f4b491e076d5b6fa5ed4c3417603edc Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 12 Aug 2024 17:50:16 +0100 Subject: [PATCH 2/2] docs: fix projects for issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_idea.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 39d8893a8..417d97d52 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,7 @@ name: 🐛 Bug report description: You found a bug! title: '🐛 ' labels: ["🐛 Bug"] -projects: ["IntersectMBO/projects/30", "IntersectMBO/projects/34"] +projects: ["IntersectMBO/30", "IntersectMBO/34"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_idea.yml b/.github/ISSUE_TEMPLATE/feature_idea.yml index 5b7847645..956ceb95f 100644 --- a/.github/ISSUE_TEMPLATE/feature_idea.yml +++ b/.github/ISSUE_TEMPLATE/feature_idea.yml @@ -2,7 +2,7 @@ name: 💡 Feature idea description: Idea or request for some feature on the GovTool roadmap title: "💡 " labels: ["💡 Feature idea"] -projects: ["IntersectMBO/projects/30", "IntersectMBO/projects/34"] +projects: ["IntersectMBO/30", "IntersectMBO/34"] body: - type: markdown attributes: