Skip to content

Commit 8b5ae44

Browse files
committed
update issue templates
1 parent 74bf35f commit 8b5ae44

File tree

4 files changed

+113
-57
lines changed

4 files changed

+113
-57
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
name: Bug report
2+
description: Report an issue with the plugin.
3+
labels:
4+
- bug
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
Thanks for taking the time to fill out this bug report!
10+
11+
12+
By filling out the form you are giving me a clear description of the
13+
bug, which helps me to fix the bug more quickly. :)
14+
- type: checkboxes
15+
id: latest-version-check
16+
attributes:
17+
label: Please fill out these Check-boxes
18+
options:
19+
- label: I checked that the plugin is up to date
20+
required: true
21+
- label: The issue persist with all other plugins and themes disabled
22+
required: false
23+
- type: checkboxes
24+
id: operating-systems
25+
attributes:
26+
label: This Issue Occurs on
27+
description: Please select the operating systems that the bug occurs on.
28+
options:
29+
- label: Windows
30+
required: false
31+
- label: Linux
32+
required: false
33+
- label: macOS
34+
required: false
35+
- label: Android
36+
required: false
37+
- label: iOS
38+
required: false
39+
- type: input
40+
id: plugin-version
41+
attributes:
42+
label: Plugin Version
43+
description: Please enter the plugin version you are using in the textbox below.
44+
placeholder: x.x.x
45+
validations:
46+
required: true
47+
- type: textarea
48+
id: description
49+
attributes:
50+
label: Describe the Issue
51+
description: >-
52+
Please provide a clear and concise description of what issue you are
53+
experiencing.
54+
render: Markdown
55+
validations:
56+
required: true
57+
- type: textarea
58+
id: reproduction-steps
59+
attributes:
60+
label: Steps to Reproduce
61+
description: Please provide simple steps to reproduce the behavior.
62+
placeholder: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error
63+
render: Markdown
64+
validations:
65+
required: true
66+
- type: textarea
67+
id: expected-behavior
68+
attributes:
69+
label: Expected Behavior
70+
description: Please describe the behavior that you expected to see or happen.
71+
placeholder: I expected the plugin to...
72+
render: Markdown
73+
validations:
74+
required: true
75+
- type: markdown
76+
attributes:
77+
value: >-
78+
This template was generated with [Issue Forms
79+
Creator](https://issue-forms-creator.netlify.app)

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Feature Request
2+
description: Suggest a new feature for this plugin.
3+
labels:
4+
- feature request
5+
body:
6+
- type: textarea
7+
id: related-problem
8+
attributes:
9+
label: Is your Feature Request Related to a Problem?
10+
description: >-
11+
If your feature request is related to a problem, please provide clear
12+
and concise description the problem.
13+
placeholder: ' I''m always frustrated when...'
14+
render: Markdown
15+
- type: textarea
16+
attributes:
17+
label: Describe the Feature you'd Like
18+
description: >-
19+
Please provide a clear and concise description of the feature that you
20+
would like.
21+
placeholder: I would like the plugin to be able to do...
22+
render: Markdown
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: additional-context
27+
attributes:
28+
label: Additional Context
29+
description: Provide any additional context here.
30+
- type: markdown
31+
attributes:
32+
value: >-
33+
This template was generated with [Issue Forms
34+
Creator](https://issue-forms-creator.netlify.app)

0 commit comments

Comments
 (0)