From 94ca5e5216c6778677a72dd057dc7d7c08e0f983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 10 Oct 2024 15:14:11 +0200 Subject: [PATCH] Add global issue templates We also have PR templates at least in ORM, but I do not think they are used at all, since you have to add a `?template=the_template.md` parameter to enable them. --- .github/ISSUE_TEMPLATE/Bug.md | 37 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_Request.md | 24 +++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 10 ++++++ 3 files changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_Request.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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.