Skip to content

Commit b17341f

Browse files
committed
docs: issue templates
1 parent 01d11a4 commit b17341f

File tree

3 files changed

+79
-0
lines changed

3 files changed

+79
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: "\U0001F41E Bug report"
2+
description: Create a report to help us improve Vueform Builder
3+
labels: ["pending triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please use a template below to create a minimal reproduction
9+
👉 https://codesandbox.io/p/sandbox/github/vueform/builder-sandbox/tree/main
10+
- type: textarea
11+
id: bug-env
12+
attributes:
13+
label: Environment
14+
description: Please list **framework with version** (Vite 4.5.0, Nuxt 3.7.4, etc.), **package manager** (npm/yarn/pnpm/bun), **@vueform/vueform version** and **@vueform/builder version**
15+
placeholder: Environment
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: reproduction
20+
attributes:
21+
label: Reproduction
22+
description: Please provide a link to a repo that can reproduce the problem you ran into. A [**minimal reproduction**](https://codesandbox.io/p/sandbox/github/vueform/builder-sandbox/tree/main) is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided we might close it.
23+
placeholder: Reproduction
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: bug-description
28+
attributes:
29+
label: Describe the bug
30+
description: A clear and concise description of what the bug is.
31+
placeholder: Bug description
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: additonal
36+
attributes:
37+
label: Additional context
38+
description: If applicable, add any other context about the problem here.
39+
- type: textarea
40+
id: logs
41+
attributes:
42+
label: Logs
43+
description: |
44+
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
45+
render: shell-script

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: 📚 Documentation
4+
url: https://builder.vueform.com/docs/saving
5+
about: Learning material for Vueform Builder
6+
- name: 💬 Discussions
7+
url: https://github.com/vueform/builder/discussions
8+
about: Use discussions if you have another issue, an idea for improvement or for asking questions.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: "🚀 Feature request"
2+
description: Suggest a feature that will improve Vueform Builder
3+
labels: ["pending triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking the time to fill out this feature request!
9+
- type: textarea
10+
id: feature-description
11+
attributes:
12+
label: Describe the feature
13+
description: A clear and concise description of what you think would be a helpful addition to Vueform Builder, including the possible use cases and alternatives you have considered. If you have a working prototype that implements it, please include a link.
14+
placeholder: Feature description
15+
validations:
16+
required: true
17+
- type: checkboxes
18+
id: required-info
19+
attributes:
20+
label: Final checks
21+
description: Before submitting, please make sure you do the following
22+
options:
23+
- label: Check existing [issues](https://github.com/vueform/builder/issues) and [ideas](https://github.com/vueform/builder/discussions/categories/ideas).
24+
required: true
25+
- label: Check [roadmap](https://github.com/vueform/builder/discussions/categories/roadmap).
26+
required: true

0 commit comments

Comments
 (0)