diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000..46cf39d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,37 @@ +--- +name: 🐞 Bug Report +about: Something is broken? 🔨 +--- + +### Bug Report + + + +| Q | A +|-------------------------------------------- | ------ +| Version | x.y.z +| Previous Version if the bug is a regression | x.y.z + +#### Summary + + + +#### Current behavior + + + +#### Expected behavior + + + +#### How to reproduce + + diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md new file mode 100644 index 0000000..58b1c7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -0,0 +1,24 @@ +--- +name: 🎉 Feature Request +about: You have a neat idea that should be implemented? 🎩 +--- + +### Feature Request + +#### What + + + +#### Why + + + +#### How + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0673b22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,10 @@ +contact_links: + - name: Doctrine Slack + url: https://www.doctrine-project.org/slack + about: Join the Doctrine Slack to chat with other Doctrine users and contributors. + - name: Doctrine channel on Symfony Slack + url: https://symfony-devs.slack.com/messages/C3FQPE6LE/ + about: 'Communicate with other Symfony developers that use Doctrine in the #doctrine slack channel in the Symfony Devs slack instance.' + - name: Laravel Slack + url: http://slack.laraveldoctrine.org/ + about: Communicate with other Laravel developers that use Doctrine in the Laravel Doctrine slack instance.