diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 38001d22..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: 'proposal' -assignees: '' - ---- - -# Rationale - -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -# Proposal - -A clear and concise description of what you want to happen. - -# Pros and Cons - -- The benefit of the proposal. - ---- - -- The downsides of the proposal. diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md new file mode 100644 index 00000000..fd6a3a30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -0,0 +1,28 @@ +--- +name: Proposal +about: Suggest an idea +title: '' +labels: 'proposal' +assignees: '' + +--- + +# Rationale + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +# Proposal + +A clear and concise description of what you want to happen. + +# Technical Side + +(optional, leave empty if you're not a developer) + +Technical aspects which have to be considered. + +# Open Questions + +(optional, leave empty if you're not a developer) + +- How do I handle case x?