From 6f3c365606d091abb9c68b204b68cf8c9d6be1b2 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 14 Feb 2024 17:32:37 +0000 Subject: [PATCH] tform for refactors --- .../ISSUE_TEMPLATE/12-refactor_request.yml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/12-refactor_request.yml diff --git a/.github/ISSUE_TEMPLATE/12-refactor_request.yml b/.github/ISSUE_TEMPLATE/12-refactor_request.yml new file mode 100644 index 000000000..e0be2f017 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/12-refactor_request.yml @@ -0,0 +1,25 @@ +name: Refactor request +description: Propose a new feature. +labels: "enhancement" +body: + - type: textarea + id: why + attributes: + label: Why do we need this feature? + description: Ideally, explain why a combination of existing features cannot be used instead. + validations: + required: true + - type: textarea + id: proposal + attributes: + label: Describe the proposal. + description: Include a detailed description of the feature, with usage examples. + validations: + required: true + - type: textarea + id: platform + attributes: + label: Is the feature specific to an operating system, compiler, or build system version? + description: If it is, please specify which versions. + validations: + required: false