diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 00000000..30ded1a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,57 @@ +--- +name: 🐞 Bug Report +about: Something is broken? 🔨 +--- + + + + + +### Environment + +#### Sonata packages + +``` +$ composer show --latest 'sonata-project/*' +# Put the result here. +``` + +#### Symfony packages + +``` +$ composer show --latest 'symfony/*' +# Put the result here. +``` + +#### PHP version + +``` +$ php -v +# Put the result here. +``` + +## Subject + + + +## Steps to reproduce + +## Expected results + +## Actual results + + diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md new file mode 100644 index 00000000..ccf89ffa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature.md @@ -0,0 +1,8 @@ +--- +name: 🚀 Feature Request +about: I have a suggestion (and may want to implement it 🙂)! +--- + +## Feature Request + + diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md new file mode 100644 index 00000000..e363f8e5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Question.md @@ -0,0 +1,7 @@ +--- +name: ⛔ NO support questions +about: If you have a question, please check out our Slack or StackOverflow! +--- + +Hi, we try to keep Github issues for bug reports and feature requests only. +If you have a question, please ask it on Stack Overflow or on #sonata on [the symfony-devs slack](https://symfony.com/slack-invite).