diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml (renamed from .github/ISSUE_TEMPLATE/bug_report.yml) | 0 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 27 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 36 |
3 files changed, 27 insertions, 36 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1b6a4674..1b6a4674 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..0d13534c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,27 @@ +name: Feature Request +description: I'd like to request additional functionality +labels: ["enhancement"] + +body: + - type: markdown + attributes: + value: | + Before opening a new issue, take a moment to search through the current open ones. + + --- + + - type: textarea + id: desc + attributes: + label: Description + description: "Provide a clear and concise description of the feature you'd like to see added" + validations: + required: true + + - type: textarea + id: desc + attributes: + label: Proposed Solution + description: "If you have a specific solution in mind, describe it here" + validations: + required: true
\ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 89ccd0b4..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Feature request -description: I'd like to request additional functionality -labels: ["enhancement"] - -body: - - type: checkboxes - attributes: - label: Already requested ? * - description: Before opening a new feature request, please take a moment to search through the current open and closed issues to check if it already exists. - options: - - label: I have searched the existing open and closed issues. - required: true - - - type: textarea - id: desc - attributes: - label: Description - description: "Describe your idea" - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Use case - description: "Describe how this feature would be useful to you or to other users of the project." - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Proposed Solution or alternatives - description: "If you have a specific solution in mind, describe it here." - validations: - required: true
\ No newline at end of file |
