Skip to content

Commit bb4c045

Browse files
committed
Updated Markdown to YAML templates
1 parent 121175e commit bb4c045

File tree

4 files changed

+180
-94
lines changed

4 files changed

+180
-94
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 57 deletions
This file was deleted.
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
name: 🐛 Bug Report
2+
description: Create a report to help improve this plugin
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Hello 👋 Thank you for submitting an issue.
10+
11+
- type: dropdown
12+
id: addon
13+
attributes:
14+
label: Addon
15+
description: Please select the addon related to this issue
16+
options:
17+
- No specific addon – This bug report is related to Webtools Core
18+
- Webtools Core: Sitemap Addon
19+
- Webtools Pro: Redirects Addon
20+
- Webtools Pro: Links Addon
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: bug-description
26+
attributes:
27+
label: Describe the bug
28+
description: A clear and concise description of what the bug is.
29+
placeholder: Tell us what happened
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: reproduction-steps
35+
attributes:
36+
label: Steps to reproduce the behavior
37+
description: Please provide detailed steps to reproduce the issue
38+
placeholder: |
39+
1. Go to '...'
40+
2. Click on '....'
41+
3. Scroll down to '....'
42+
4. See error
43+
validations:
44+
required: true
45+
46+
- type: textarea
47+
id: expected-behavior
48+
attributes:
49+
label: Expected behavior
50+
description: A clear and concise description of what you expected to happen.
51+
placeholder: What should have happened instead?
52+
validations:
53+
required: true
54+
55+
- type: textarea
56+
id: screenshots
57+
attributes:
58+
label: Screenshots
59+
description: If applicable, add screenshots to help explain your problem.
60+
placeholder: Drag and drop screenshots here or paste image URLs
61+
62+
- type: textarea
63+
id: code-snippets
64+
attributes:
65+
label: Code snippets
66+
description: If applicable, add code samples to help explain your problem.
67+
render: javascript
68+
placeholder: Add your code here
69+
70+
- type: input
71+
id: nodejs-version
72+
attributes:
73+
label: Node.js version
74+
description: Please ensure you are using the Node LTS version
75+
placeholder: e.g., v18.17.0
76+
validations:
77+
required: true
78+
79+
- type: input
80+
id: npm-version
81+
attributes:
82+
label: NPM version
83+
placeholder: e.g., 9.6.7
84+
validations:
85+
required: true
86+
87+
- type: input
88+
id: strapi-version
89+
attributes:
90+
label: Strapi version
91+
placeholder: e.g., 4.15.5
92+
validations:
93+
required: true
94+
95+
- type: input
96+
id: plugin-version
97+
attributes:
98+
label: Plugin version
99+
placeholder: e.g., 1.2.3
100+
validations:
101+
required: true
102+
103+
- type: input
104+
id: database
105+
attributes:
106+
label: Database
107+
placeholder: e.g., PostgreSQL, MySQL, SQLite
108+
validations:
109+
required: true
110+
111+
- type: input
112+
id: operating-system
113+
attributes:
114+
label: Operating system
115+
placeholder: e.g., macOS 13.6, Windows 11, Ubuntu 22.04
116+
validations:
117+
required: true
118+
119+
- type: textarea
120+
id: additional-context
121+
attributes:
122+
label: Additional context
123+
description: Add any other context about the problem here.
124+
placeholder: Any additional information that might be helpful

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: 🚀 Feature Request
2+
description: Suggest an idea to help make this plugin even better!
3+
title: "[Feature]: "
4+
labels: ["enhancement"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Hello 👋 Thank you for submitting a feature request.
10+
11+
- type: dropdown
12+
id: addon
13+
attributes:
14+
label: Addon
15+
description: Please select the addon related to this request
16+
options:
17+
- No specific addon – This feature request is related to Webtools Core
18+
- Webtools Core: Sitemap Addon
19+
- Webtools Pro: Redirects Addon
20+
- Webtools Pro: Links Addon
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: summary
26+
attributes:
27+
label: Summary
28+
description: Quick summary what's this feature request about.
29+
placeholder: Briefly describe the feature you'd like to see
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: why-needed
35+
attributes:
36+
label: Why is it needed?
37+
description: A clear and concise description of what the problem is.
38+
placeholder: Ex. I'm always frustrated when [...]
39+
validations:
40+
required: true
41+
42+
- type: textarea
43+
id: suggested-solution
44+
attributes:
45+
label: Suggested solution(s)
46+
description: A clear and concise description of what you want to happen.
47+
placeholder: Describe your ideal solution
48+
validations:
49+
required: true
50+
51+
- type: textarea
52+
id: related-issues
53+
attributes:
54+
label: Related issue(s)/PR(s)
55+
description: Let us know if this is related to any issue/pull request.
56+
placeholder: "#123, #456, or links to related issues/PRs"

0 commit comments

Comments
 (0)