]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
feat: issue templates (#482)
authorYordan Ramchev <69005114+Yordan-Ramchev@users.noreply.github.com>
Wed, 10 Apr 2024 07:58:42 +0000 (10:58 +0300)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2024 07:58:42 +0000 (15:58 +0800)
.github/ISSUE_TEMPLATE/1-feature_request.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/2-bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/3-blank.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/1-feature_request.md b/.github/ISSUE_TEMPLATE/1-feature_request.md
new file mode 100644 (file)
index 0000000..66b1c78
--- /dev/null
@@ -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 (file)
index 0000000..413a672
--- /dev/null
@@ -0,0 +1,28 @@
+---
+name: 🐞 Bug report
+about: Create a report to help us improve
+title: ''
+labels: 'bug'
+assignees: ''
+
+---
+
+<!-- This form is only for submitting bug reports related to this repository (create-vue). -->
+
+### 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 
+----------------------------------------------------------------------->
\ 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 (file)
index 0000000..12e9c70
--- /dev/null
@@ -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 (file)
index 0000000..01b4bb7
--- /dev/null
@@ -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.