From 5efdd4e4e9fa18412e3169a873a536b481369eea Mon Sep 17 00:00:00 2001 From: "yordan.ramchev" Date: Sat, 30 Mar 2024 21:32:56 +0200 Subject: [PATCH 1/3] feat: add issue templates --- .github/ISSUE_TEMPLATE/1-feature_request.md | 14 ++++++++++ .github/ISSUE_TEMPLATE/2-bug_report.md | 30 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/3-blank.md | 8 ++++++ .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++ 4 files changed, 66 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/2-bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/3-blank.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/1-feature_request.md b/.github/ISSUE_TEMPLATE/1-feature_request.md new file mode 100644 index 000000000..f7169e62f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: 'enhancement' +assignees: '' + +--- + +### Please describe +Please provide us with a clear and concise description. + +### Additional context +Add any other context or screenshots about the feature request here. (If applicable) diff --git a/.github/ISSUE_TEMPLATE/2-bug_report.md b/.github/ISSUE_TEMPLATE/2-bug_report.md new file mode 100644 index 000000000..e066d7e6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-bug_report.md @@ -0,0 +1,30 @@ +--- +name: 🐞 Bug report +about: Create a report to help us improve +title: '' +labels: 'bug' +assignees: '' + +--- + +### Before You Start +This form is only for submitting bug reports. + +### Describe the bug +Please provide us with a clear and concise description of what the bug is. + +### Expected behavior +A clear and concise description of what you expected to happen. + +### How to reproduce +It would be awesome if you could provide us a small reproduction online using stackblitz. You can replace `typescript-vitest` with another template name that is matching your case from https://github.com/vuejs/create-vue-templates. +- https://stackblitz.com/github/vuejs/create-vue-templates/tree/main/typescript-vitest + +Steps to reproduce the behavior: +1. Go to '....' +2. Do this '....' +3. Do that '....' +4. Result + +### Screenshots +Add screenshots to help explain your problem. (If applicable) diff --git a/.github/ISSUE_TEMPLATE/3-blank.md b/.github/ISSUE_TEMPLATE/3-blank.md new file mode 100644 index 000000000..12e9c70f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-blank.md @@ -0,0 +1,8 @@ +--- +name: Blank issue +about: Something other than a bug or a feature +title: '' +labels: '' +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..01b4bb775 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +# Reference: https://github.com/vuejs/core/blob/main/.github/ISSUE_TEMPLATE/config.yml +contact_links: + - name: Discord Chat + url: https://chat.vuejs.org + about: Ask questions and discuss with other Vue users in real time. + - name: Questions & Discussions + url: https://github.com/vuejs/core/discussions + about: Use GitHub discussions for message-board style questions and discussions. + - name: Patreon + url: https://www.patreon.com/evanyou + about: Love Vue.js? Please consider supporting us via Patreon. + - name: Open Collective + url: https://opencollective.com/vuejs/donate + about: Love Vue.js? Please consider supporting us via Open Collective. From e194e85c0dade4634ae1c0f4da7b89dc80a71b21 Mon Sep 17 00:00:00 2001 From: "yordan.ramchev" Date: Sun, 7 Apr 2024 22:38:40 +0300 Subject: [PATCH 2/3] chore: hide description text --- .github/ISSUE_TEMPLATE/1-feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/2-bug_report.md | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-feature_request.md b/.github/ISSUE_TEMPLATE/1-feature_request.md index f7169e62f..66b1c78e3 100644 --- a/.github/ISSUE_TEMPLATE/1-feature_request.md +++ b/.github/ISSUE_TEMPLATE/1-feature_request.md @@ -8,7 +8,7 @@ assignees: '' --- ### Please describe -Please provide us with a clear and concise description. + ### Additional context -Add any other context or screenshots about the feature request here. (If applicable) + diff --git a/.github/ISSUE_TEMPLATE/2-bug_report.md b/.github/ISSUE_TEMPLATE/2-bug_report.md index e066d7e6e..0a405e525 100644 --- a/.github/ISSUE_TEMPLATE/2-bug_report.md +++ b/.github/ISSUE_TEMPLATE/2-bug_report.md @@ -7,16 +7,16 @@ assignees: '' --- -### Before You Start -This form is only for submitting bug reports. + ### Describe the bug -Please provide us with a clear and concise description of what the bug is. + ### Expected behavior -A clear and concise description of what you expected to happen. + ### How to reproduce + \ No newline at end of file From 457373c6de453f1620c6af3fffc5cbbfd13e20a4 Mon Sep 17 00:00:00 2001 From: "yordan.ramchev" Date: Mon, 8 Apr 2024 08:24:58 +0300 Subject: [PATCH 3/3] chore: hide hints --- .github/ISSUE_TEMPLATE/2-bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug_report.md b/.github/ISSUE_TEMPLATE/2-bug_report.md index 0a405e525..413a67222 100644 --- a/.github/ISSUE_TEMPLATE/2-bug_report.md +++ b/.github/ISSUE_TEMPLATE/2-bug_report.md @@ -7,7 +7,7 @@ assignees: '' --- - + ### Describe the bug