diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..37fc22d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..30cadb3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..4506dd9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 82c6fab..443ee7d 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,19 @@ composer require oveleon/contao-component-style-manager - [Import / Export](docs/IMPORT_EXPORT.md) - [Bundle-Configurations](docs/BUNDLE_CONFIG.md) - [Migration](docs/MIGRATE.md) + +## Bugs and feature requests +We appreciate your contributions when opening issues or requesting features. To help keep our issue list tidy, we may need to close issues if questions go unanswered. + +### Bugs +If you think you have found a bug please follow these guidelines +1. Search for existing issues and check if your problem has already been reported +2. Check if you are using the latest version and if the issue has been fixed already +3. Provide a step-by-step tutorial on how to reproduce the issue in an isolated environment using only this bundle + +### Feature requests +Feature requests are welcome. But take a moment to find out whether your idea fits with the scope and aims of the project. +It's up to you to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible. + +## Sponsoring +If you find this plugin useful, please consider [sponsoring us](https://github.com/sponsors/oveleon) to help contribute to our time invested and to further development of this and other open source projects. Thank you for your support! - [Oveleon](https://www.oveleon.de).