From ba7f55c1113c951df4a0d640e4f3016f301bc31b Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Mon, 21 Feb 2022 18:57:52 +0900 Subject: [PATCH] Add issue templates The templates are copied from the main repository and modified a bit. --- .github/ISSUE_TEMPLATE/bug_report.yml | 51 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.md | 23 ++++++++++ 3 files changed, 79 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..2a15c54e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,51 @@ +--- +name: Bug report +description: Create a report to help us improve Vim installer. +labels: [bug] + +body: + - type: markdown + attributes: + value: | + Thanks for reporting issues of Vim installer! + + If you want to report an issue of Vim itself, please go to the [main repository](https://github.com/vim/vim/issues/new/choose). + If you want ask a user question about Vim itself, please go to the [vim_use mailinglist](https://groups.google.com/g/vim_use) or use [vi.stackexchange.com](https://vi.stackexchange.com/). + - type: textarea + attributes: + label: Steps to reproduce + placeholder: | + 1. + 2. + 3. + 4. + validations: + required: true + - type: textarea + attributes: + label: Expected behaviour + placeholder: A clear and concise description of what you expected to happen. + validations: + required: true + - type: input + attributes: + label: Version of Vim + description: > + Including patch level, use ":version" to see it [e.g. 8.2.1234] + validations: + required: true + - type: textarea + attributes: + label: Environment + description: > + Windows version [e.g. Windows 10 22H1 (64 bits)], Installer package [e.g. 32-bit self-installer, 64-bit zip package, ...]; anything that might matter + placeholder: | + Windows version: + Installer package: + validations: + required: true + #- type: textarea + # attributes: + # label: Logs and stack traces + # placeholder: Insert log or other text here (if necessary) + # render: shell diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..e063fc80 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Issues in the main repository + url: https://github.com/vim/vim/issues/new/choose + about: If you have any issues with Vim itself, please report to the main repository. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..61123a51 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an enhancement for Vim installer +title: '' +labels: enhancement + +--- + + +**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** +