From b3671e853f2cdb000906fe78c8ddda0d6cec0966 Mon Sep 17 00:00:00 2001 From: Lukas Gasselsberger Date: Fri, 20 Jan 2023 21:54:57 +0100 Subject: [PATCH 1/3] Add new issue template for a general feature This is meant for changes, that should be discussed first, but neither fit into the bug nor in the api-proposal template/category. --- .github/ISSUE_TEMPLATE/03_general_feature.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/03_general_feature.yml diff --git a/.github/ISSUE_TEMPLATE/03_general_feature.yml b/.github/ISSUE_TEMPLATE/03_general_feature.yml new file mode 100644 index 0000000000..d7fe7d8635 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_general_feature.yml @@ -0,0 +1,26 @@ +name: 💡 General feature (not including API proposals) +description: Add a new feature that does not change the public API surface +title: "[Feature]: " +labels: [feature, triage] +body: + - type: markdown + attributes: + value: | + You have a general feature request? Cool, thanks for that. + - type: textarea + id: background + attributes: + label: Background and motivation + description: Please describe the purpose of the new feature. + placeholder: Purpose + validations: + required: true + - type: textarea + id: alternative-concerns + attributes: + label: Alternative Concerns + description: | + Please provide alternatives you have thought about. + placeholder: Alternative designs + validations: + required: false \ No newline at end of file From dce42b1f9927038b0097479d1ca6e58d68760a48 Mon Sep 17 00:00:00 2001 From: IT-VBFK <49762557+IT-VBFK@users.noreply.github.com> Date: Sun, 22 Jan 2023 14:14:43 +0100 Subject: [PATCH 2/3] Update .github/ISSUE_TEMPLATE/03_general_feature.yml Co-authored-by: Jonas Nyrup --- .github/ISSUE_TEMPLATE/03_general_feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/03_general_feature.yml b/.github/ISSUE_TEMPLATE/03_general_feature.yml index d7fe7d8635..5969ab2ef2 100644 --- a/.github/ISSUE_TEMPLATE/03_general_feature.yml +++ b/.github/ISSUE_TEMPLATE/03_general_feature.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - You have a general feature request? Cool, thanks for that. + You have an idea for a new feature? Cool, let's discuss it. - type: textarea id: background attributes: From 73181ec1f997b596c7f7c02645cd7bba7772227f Mon Sep 17 00:00:00 2001 From: IT-VBFK <49762557+IT-VBFK@users.noreply.github.com> Date: Sun, 22 Jan 2023 14:15:23 +0100 Subject: [PATCH 3/3] Update .github/ISSUE_TEMPLATE/03_general_feature.yml Co-authored-by: Jonas Nyrup --- .github/ISSUE_TEMPLATE/03_general_feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/03_general_feature.yml b/.github/ISSUE_TEMPLATE/03_general_feature.yml index 5969ab2ef2..1a7168c399 100644 --- a/.github/ISSUE_TEMPLATE/03_general_feature.yml +++ b/.github/ISSUE_TEMPLATE/03_general_feature.yml @@ -1,5 +1,5 @@ name: 💡 General feature (not including API proposals) -description: Add a new feature that does not change the public API surface +description: Discuss a new feature that does not change the public API surface title: "[Feature]: " labels: [feature, triage] body: