From 6315b4381c33f1eafb17ad6fce237331d57c05bf Mon Sep 17 00:00:00 2001 From: Amy Haywood Dutton Date: Thu, 16 Nov 2023 22:35:58 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20a=20Feature=20Request=20Tem?= =?UTF-8?q?plate,=20Fixes=20#70?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 28 ++++++++++++++++++++++ .vscode/settings.json | 1 + 2 files changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml new file mode 100644 index 0000000..9352944 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -0,0 +1,28 @@ +name: Feature Request +description: Recommend a feature +title: "[RFC]: " +labels: ["triage"] +assignees: + - ahaywood +body: + - type: textarea + id: describe + attributes: + label: Describe the Problem to be Solved + description: Please present a concise description of the problem to be addressed by this feature request. Please be clear what parts of the problem are considered to be in-scope and out-of-scope. + validations: + required: true + - type: textarea + id: solution + attributes: + label: Suggest a Solution + description: A concise description of your preferred solution. Things to address include Details of the technical implementation, tradeoffs made in design decisions, and caveats and considerations for the future + validations: + required: false + - type: textarea + id: multiple + attributes: + label: If there are multiple solutions, please present each one separately. + description: Save comparisons for the very end. + validations: + required: false diff --git a/.vscode/settings.json b/.vscode/settings.json index 1cdcc81..6c020f3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "cSpell.words": [ "abcdefghijklmnoqrstuvwxyz", + "ahaywood", "Bekah", "devto", "Garropy",