From 3588ce00017f08cfd38a06d08d3822416f65b494 Mon Sep 17 00:00:00 2001 From: Jared McCluskey Date: Sun, 24 Mar 2024 21:06:16 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/planned-feature.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/proposal.md | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/planned-feature.md diff --git a/.github/ISSUE_TEMPLATE/planned-feature.md b/.github/ISSUE_TEMPLATE/planned-feature.md new file mode 100644 index 00000000..aeb4291d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/planned-feature.md @@ -0,0 +1,15 @@ +--- +name: Planned Feature +about: Helper for Mirror team to document planned features. Only use this if The Mirror + team (likely Jared) has given a thumbs-up +title: "[Planned Feature]" +labels: planned feature +assignees: '' + +--- + +**Description** + + +**Acceptance Criteria** +* diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md index dd9c0864..9023dfb8 100644 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -2,7 +2,7 @@ name: Proposal about: Propose something for The Mirror! title: "[Proposal]" -labels: discussion/idea/proposal +labels: '' assignees: '' ---