Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐛 Bug Report
description: Create a report to help improve this plugin
title: "[Bug]: "
title: "[Bug] "
labels: ["bug"]
body:
- type: markdown
Expand All @@ -14,10 +14,10 @@ body:
label: Addon
description: Please select the addon related to this issue
options:
- No specific addon – This bug report is related to Webtools Core
- Webtools Core: Sitemap Addon
- Webtools Pro: Redirects Addon
- Webtools Pro: Links Addon
- "No specific addon – This bug report is related to Webtools Core"
- "Webtools Core - Sitemap Addon"
- "Webtools Pro - Redirects Addon"
- "Webtools Pro - Links Addon"
validations:
required: true

Expand Down Expand Up @@ -76,11 +76,15 @@ body:
validations:
required: true

- type: input
id: npm-version
- type: dropdown
id: package-manager
attributes:
label: NPM version
placeholder: e.g., 9.6.7
label: Package manager
description: Which package manager are you using?
options:
- NPM
- Yarn
- Pnpm
validations:
required: true

Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🚀 Feature Request
description: Suggest an idea to help make this plugin even better!
title: "[Feature]: "
title: "[Feature] "
labels: ["enhancement"]
body:
- type: markdown
Expand All @@ -14,10 +14,10 @@ body:
label: Addon
description: Please select the addon related to this request
options:
- No specific addon – This feature request is related to Webtools Core
- Webtools Core: Sitemap Addon
- Webtools Pro: Redirects Addon
- Webtools Pro: Links Addon
- "No specific addon – This feature request is related to Webtools Core"
- "Webtools Core - Sitemap Addon"
- "Webtools Pro - Redirects Addon"
- "Webtools Pro - Links Addon"
validations:
required: true

Expand Down