From 070dc00b79aed04bd47e0e6852bc914885747c6d Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Thu, 17 Feb 2022 11:07:29 -0800 Subject: [PATCH] chore: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++------------------ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 15 insertions(+), 18 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..e9a5214 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,18 @@ --- -name: Bug report -about: Create a report to help us improve +name: Bug Report +about: Create a bug report to help fix an issue with the component. title: '' -labels: '' +labels: 'bug' assignees: '' - --- +## Required Information + +> Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information. + +- Vue Version: +- Vue Select Version: + **Describe the bug** A clear and concise description of what the bug is. @@ -22,17 +28,3 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a80b531 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discussions + url: https://github.com/sagalbot/vue-select/discussions + about: If you're not submitting a bug or feature request, please use discussions instead.