From 947e6853aaa79243a303b303f4d1aca356a642c2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 10 Sep 2020 16:42:43 +0200 Subject: Improve issue template --- .github/ISSUE_TEMPLATE/add-language.md | 15 ++++++++++++--- .github/ISSUE_TEMPLATE/add-support-for-language.md | 20 -------------------- .github/ISSUE_TEMPLATE/bug-report.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 16 ---------------- 4 files changed, 28 insertions(+), 39 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/add-support-for-language.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/add-language.md b/.github/ISSUE_TEMPLATE/add-language.md index 1ef31257..fd0c31f4 100644 --- a/.github/ISSUE_TEMPLATE/add-language.md +++ b/.github/ISSUE_TEMPLATE/add-language.md @@ -2,17 +2,26 @@ name: Add language about: Add support for new language title: '' -labels: '' +labels: 'enhancement' assignees: '' --- - +**What is the name of this language in Linguist?** + + + +**GitHub repository url of vim plugin** -**GitHub repository url** **Is this plugin well maintained?** + **Is this plugin lightweight? (no advanced functionality, just indent and syntax support)** + + + + + diff --git a/.github/ISSUE_TEMPLATE/add-support-for-language.md b/.github/ISSUE_TEMPLATE/add-support-for-language.md deleted file mode 100644 index f6317060..00000000 --- a/.github/ISSUE_TEMPLATE/add-support-for-language.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Add support for language -about: '' -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..74a8c1ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,16 @@ +--- +name: Bug report +about: Report vim-polyglot bug +title: '' +labels: '' +assignees: '' + +--- + + + +**Does this bug happen when you install plugin without vim-polyglot?** + +**Describe the bug:** + +**To Reproduce:** diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 74a8c1ef..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Bug report -about: Report vim-polyglot bug -title: '' -labels: '' -assignees: '' - ---- - - - -**Does this bug happen when you install plugin without vim-polyglot?** - -**Describe the bug:** - -**To Reproduce:** -- cgit v1.2.3