-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from oveleon/develop
Add issue templates
- Loading branch information
Showing
4 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
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,41 @@ | ||
name: Report a bug | ||
description: Report a bug, issue or problem you have identified using the contao-component-style-manager | ||
labels: [bug, unconfirmed] | ||
assignees: | ||
- doishub | ||
- zoglo | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
description: Please take a couple of minutes to help our maintainers to work more efficiently. | ||
options: | ||
- label: I [checked](https://github.com/oveleon/contao-component-style-manager/issues?q=is%3Aissue) for duplicate issues (open and closed) | ||
required: true | ||
- label: I am using the latest stable [version/release](https://packagist.org/packages/oveleon/contao-component-style-manager) of the Contao Component Style Manager | ||
required: true | ||
- label: I have read the [contributing guidelines](https://github.com/oveleon/contao-component-style-manager#bugs-and-feature-requests) | ||
required: true | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: Please select the topic(s) that most closely match your concern | ||
options: | ||
- Template (HTML/Twig) | ||
- Backend (PHP/CSS) | ||
- Other (Specify within description) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please describe the issue and what you expected to happen, including detailed instructions on how to reproduce it in a fresh Contao installation without any third-party extensions installed. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste the relevant stacktrace within enabled debug-mode. This will be automatically formatted into code, so no need for backticks. | ||
render: shell |
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: Ask the community | ||
url: https://github.com/oveleon/contao-component-style-manager/discussions | ||
about: Please ask and answer questions 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,29 @@ | ||
name: Feature request | ||
description: Suggest new features | ||
labels: [enhancement] | ||
assignees: | ||
- zoglo | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
description: Please take a couple of minutes to help our maintainers to work more efficiently. | ||
options: | ||
- label: I [checked](https://github.com/oveleon/contao-component-style-manager/issues?q=is%3Aissue) for duplicate feature requests (open and closed) | ||
required: true | ||
- label: I have read the [contributing guidelines](https://github.com/oveleon/contao-component-style-manager#bugs-and-feature-requests) | ||
required: true | ||
- type: textarea | ||
id: proposal | ||
attributes: | ||
label: Proposal | ||
description: Give us clear details about what to add, including relevant links and screenshots if available. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Context | ||
description: Explain why this change is necessary or beneficial and what problems it can solve. | ||
validations: | ||
required: true |
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