diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..687148a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug Report +about: Report an issue or unexpected behavior +labels: + - bug # Linear + - Cloud Extension # Linear +--- + +### Description + + + +### Steps to reproduce + +1. +2. + +### Additional info + +- `craftcms/cms` version: +- `craftcms/cloud` version: +- PHP version: +- Database driver & version: +- Plugins & versions: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..2ff7ff3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Feature Request + url: https://github.com/craftcms/cloud/discussions/new?category=ideas + about: Start a new discussion about your idea