From e779e8922302ec63d5187ca3ab1fc9a52b9c8068 Mon Sep 17 00:00:00 2001 From: Yordan Ramchev <69005114+Yordan-Ramchev@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:58:42 +0300 Subject: [PATCH] feat: issue templates (#482) --- .github/ISSUE_TEMPLATE/1-feature_request.md | 14 +++++++++++ .github/ISSUE_TEMPLATE/2-bug_report.md | 28 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/3-blank.md | 8 ++++++ .github/ISSUE_TEMPLATE/config.yml | 14 +++++++++++ 4 files changed, 64 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 00000000..66b1c78e --- /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 + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/2-bug_report.md b/.github/ISSUE_TEMPLATE/2-bug_report.md new file mode 100644 index 00000000..413a6722 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-bug_report.md @@ -0,0 +1,28 @@ +--- +name: 🐞 Bug report +about: Create a report to help us improve +title: '' +labels: 'bug' +assignees: '' + +--- + + + +### Describe the bug + + +### Expected behavior + + +### How to reproduce + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3-blank.md b/.github/ISSUE_TEMPLATE/3-blank.md new file mode 100644 index 00000000..12e9c70f --- /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 00000000..01b4bb77 --- /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. -- 2.39.5