From b462646223dfb8a7b19fb3999edffd4d0dd8aea1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 28 Jun 2023 22:55:25 +0800 Subject: [PATCH] chore(issue): update issue templete --- .github/ISSUE_TEMPLATE/bug-report.yml | 30 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 21 ------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------- .github/ISSUE_TEMPLATE/feature_request.yml | 29 ++++++++++++++++++ .../new-programming-language-support.md | 23 -------------- 5 files changed, 59 insertions(+), 64 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml delete mode 100644 .github/ISSUE_TEMPLATE/new-programming-language-support.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 000000000..f1193980d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,30 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: expected-behavior + attributes: + label: Expected behavior. + description: What is the expected behavior? + validations: + required: true + - type: textarea + id: reproduce-step + attributes: + label: The reproduce ways from Vim starting. + description: The reproduce ways are needed to debug. + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: textarea + id: SPDebugInfo + attributes: + label: Output of the `:SPDebugInfo!` + description: Please copy and paste the result of :SPDebugInfo! command. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index c9201044e..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "" -labels: "" -assignees: "" ---- - - - -## Expected behavior, english is required - -## The reproduce ways from Vim starting (Required!) - -## Output of the `:SPDebugInfo!` - -## Screenshots - -If you have any screenshots for this issue, please upload here. BTW you can use https://asciinema.org/ for recording video in terminal. - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index eb539fc0f..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: feature request -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** - - -**Describe the solution you'd like** - - -**Describe alternatives you've considered** - - -**Additional context** - diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..f08015d4e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,29 @@ +name: Feature Request +description: request an new feature +title: "[Feature]: " +labels: ["feature request"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request! + - type: textarea + id: feature-description + attributes: + label: Is your feature request related to a problem? Please describe.. + description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + validations: + required: true + - type: textarea + id: feature-solution + attributes: + label: Describe the solution you'd like. + description: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: additional-context + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + diff --git a/.github/ISSUE_TEMPLATE/new-programming-language-support.md b/.github/ISSUE_TEMPLATE/new-programming-language-support.md deleted file mode 100644 index b89e42afa..000000000 --- a/.github/ISSUE_TEMPLATE/new-programming-language-support.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: New Programming Language support -about: Request for new programming language support -title: '' -labels: new layer -assignees: '' - ---- - -**What is language?** - - -**Which platform does the language support?** - -- [ ] Linux -- [ ] MacOS -- [ ] Windows - -**Any suggest vim plugins for this language?** - - -**Additional context** -Add any other context or screenshots about the feature request here.