-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87c9b97
commit 68ac05f
Showing
8 changed files
with
2,184 additions
and
2,586 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before you send through your bug report, please ensure you have taken these steps first: | ||
✅ I‘ve searched open and closed issues. | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Describe the bug | ||
description: Describe the bug and what behaviour you expect if the bug is fixed. | ||
placeholder: "I have an issue where..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: Detail how we can reproduce this issue. | ||
value: | | ||
1. | ||
2. | ||
validations: | ||
required: true | ||
- type: input | ||
id: craft-version | ||
attributes: | ||
label: Craft CMS version | ||
description: What version of Craft CMS you‘re using. **Do not write "latest"**. | ||
validations: | ||
required: true | ||
- type: input | ||
id: plugin-version | ||
attributes: | ||
label: Plugin version | ||
description: What version of the plugin you‘re using. **Do not write "latest"**. | ||
validations: | ||
required: true | ||
- type: input | ||
id: multi-site | ||
attributes: | ||
label: Multi-site? | ||
description: Whether your install is a multi-site. | ||
placeholder: | | ||
"Yes" or "No" | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Provide any additional information you think might be useful. The more information you provide the easier it‘ll be for use to fix this bug! | ||
placeholder: | | ||
"I also have X plugin installed..." or "This only happens on production..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Craft Discord | ||
url: https://craftcms.com/discord | ||
about: Community discussion and support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Feature Request | ||
description: Suggest an idea or enhancement | ||
labels: 'feature request' | ||
body: | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: What are you trying to do? | ||
description: A description of what you want to happen. | ||
placeholder: "I would like to see..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: proposed-solution | ||
attributes: | ||
label: What's your proposed solution? | ||
description: A description of how you think this could be solved, including any alternatives that you considered. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Support Request | ||
description: Ask a question about this plugin. | ||
labels: 'question' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before you send through your support request, please ensure you have taken these steps first: | ||
✅ I‘ve searched open and closed issues. | ||
- type: textarea | ||
id: question | ||
attributes: | ||
label: Question | ||
description: A question about the plugin or how it works. | ||
placeholder: "Is it possible to do..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the support request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.