From f6aa54b16ff58969ff016d00518313a0809a83c5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 Jan 2025 21:15:25 +0900 Subject: danggit --- .github/ISSUE_TEMPLATE/feature.yml | 27 --------------------------- .github/ISSUE_TEMPLATE/feature_request.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml deleted file mode 100644 index 0d13534c..00000000 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ /dev/null @@ -1,27 +0,0 @@ -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.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..4d53f2e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +name: Feature request +about: Suggest a feature for this project +title: "[Feature Request]: Short description of the feature" +labels: ["enhancement"] +--- + +## Feature Request + +### Description + +[Provide a clear and concise description of the feature you'd like to see added.] + +### Use Case + +[Describe how this feature would be useful to you or to other users of the project.] + +### Proposed Solution + +[If you have a specific solution in mind, describe it here. If not, you can skip this section.] + +### Alternatives + +[Are there any alternative solutions or workarounds that you've considered? If so, describe them here.] + +### Additional Information + +[Add any other information about the feature request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.] \ No newline at end of file -- cgit v1.2.3