From 799af79a9c142d8f349cc97820456383fa288417 Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Thu, 24 May 2018 02:40:05 +0200 Subject: [PATCH] DevKit updates (#540) --- .github/ISSUE_TEMPLATE/Bug.md | 57 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature.md | 8 +++++ .github/ISSUE_TEMPLATE/Question.md | 7 ++++ 3 files changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug.md create mode 100644 .github/ISSUE_TEMPLATE/Feature.md create mode 100644 .github/ISSUE_TEMPLATE/Question.md 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).