From 64f8ced21f7162d1bb74bb03698b9d93edaf2d34 Mon Sep 17 00:00:00 2001 From: Jakub Orchowski Date: Sun, 16 Mar 2025 19:57:44 +0100 Subject: [PATCH] [skip ci] Create feature_request.yaml --- .github/ISSUE_TEMPLATE/feature_request.yaml | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000..44a0286 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,29 @@ +name: Feature request +description: Suggest a new feature or improvement +assignees: + - ThePhaseless +labels: enhancement + +body: + - type: checkboxes + attributes: + label: "Before submitting, I've done the following:" + options: + - label: Checked the existing feature requests to avoid duplicates + + - type: textarea + attributes: + label: Describe the problem this feature would solve + description: Clearly explain the issue or need that this feature addresses. + placeholder: "Example: It's difficult to manage multiple configurations because..." + + - type: textarea + attributes: + label: Alternatives considered + description: Have you considered any alternative solutions or workarounds? If so, please describe them. + placeholder: "Example: As a workaround, I've been manually editing the config files, but this is error-prone." + + - type: textarea + attributes: + label: Additional context + description: Add any other context or information that might be helpful in understanding your request. This could include use cases, mockups, or links to relevant discussions.