From b43f5e214be3b4483afef60aa6896567481e4f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 5 Jul 2021 23:10:15 +0200 Subject: [PATCH] Backport Github issue and PR templates --- .github/ISSUE_TEMPLATE/BC_Break.md | 37 +++++++++++++++++++ .github/ISSUE_TEMPLATE/Bug.md | 34 +++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_Request.md | 18 +++++++++ .github/ISSUE_TEMPLATE/Support_Question.md | 20 ++++++++++ .github/PULL_REQUEST_TEMPLATE/Failing_Test.md | 19 ++++++++++ .github/PULL_REQUEST_TEMPLATE/Improvement.md | 18 +++++++++ .github/PULL_REQUEST_TEMPLATE/New_Feature.md | 26 +++++++++++++ 7 files changed, 172 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BC_Break.md create mode 100644 .github/ISSUE_TEMPLATE/Bug.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_Request.md create mode 100644 .github/ISSUE_TEMPLATE/Support_Question.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/Failing_Test.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/Improvement.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/New_Feature.md diff --git a/.github/ISSUE_TEMPLATE/BC_Break.md b/.github/ISSUE_TEMPLATE/BC_Break.md new file mode 100644 index 00000000000..90064ef51a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BC_Break.md @@ -0,0 +1,37 @@ +--- +name: 💥 BC Break +about: Have you encountered an issue during upgrade? 💣 +--- + + + +### BC Break Report + + + +| Q | A +|------------ | ------ +| BC Break | yes +| Version | x.y.z + +#### Summary + + + +#### Previous behavior + + + +#### Current behavior + + + +#### How to reproduce + + diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 00000000000..c65ac467ac7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,34 @@ +--- +name: 🐞 Bug Report +about: Something is broken? 🔨 +--- + +### Bug Report + + + +| Q | A +|------------ | ------ +| BC Break | yes/no +| Version | x.y.z + +#### Summary + + + +#### Current behavior + + + +#### How to reproduce + + + +#### Expected behavior + + + diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md new file mode 100644 index 00000000000..2620581d684 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -0,0 +1,18 @@ +--- +name: 🎉 Feature Request +about: You have a neat idea that should be implemented? 🎩 +--- + +### Feature Request + + + +| Q | A +|------------ | ------ +| New Feature | yes +| RFC | yes/no +| BC Break | yes/no + +#### Summary + + diff --git a/.github/ISSUE_TEMPLATE/Support_Question.md b/.github/ISSUE_TEMPLATE/Support_Question.md new file mode 100644 index 00000000000..59a63fda112 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support_Question.md @@ -0,0 +1,20 @@ +--- +name: ❓ Support Question +about: Have a problem that you can't figure out? 🤔 +--- + + + +| Q | A +|------------ | ----- +| Version | x.y.z + + + +### Support Question + + diff --git a/.github/PULL_REQUEST_TEMPLATE/Failing_Test.md b/.github/PULL_REQUEST_TEMPLATE/Failing_Test.md new file mode 100644 index 00000000000..109b2393b55 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/Failing_Test.md @@ -0,0 +1,19 @@ +--- +name: 🐞 Failing Test +about: You found a bug and have a failing Unit or Functional test? 🔨 +--- + +### Failing Test + + + +| Q | A +|------------ | ------ +| BC Break | yes/no +| Version | x.y.z + + +#### Summary + + + diff --git a/.github/PULL_REQUEST_TEMPLATE/Improvement.md b/.github/PULL_REQUEST_TEMPLATE/Improvement.md new file mode 100644 index 00000000000..62ccc891a2c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/Improvement.md @@ -0,0 +1,18 @@ +--- +name: ⚙ Improvement +about: You have some improvement to make Doctrine better? 🎁 +--- + +### Improvement + + + +| Q | A +|------------ | ------ +| New Feature | yes +| RFC | yes/no +| BC Break | yes/no + +#### Summary + + diff --git a/.github/PULL_REQUEST_TEMPLATE/New_Feature.md b/.github/PULL_REQUEST_TEMPLATE/New_Feature.md new file mode 100644 index 00000000000..496356b5623 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/New_Feature.md @@ -0,0 +1,26 @@ +--- +name: 🎉 New Feature +about: You have implemented some neat idea that you want to make part of Doctrine? 🎩 +--- + + + +### New Feature + + + +| Q | A +|------------ | ------ +| New Feature | yes +| RFC | yes/no +| BC Break | yes/no + +#### Summary + +