From e6fa2d59d34d97587420b056c18d1dc6613dc241 Mon Sep 17 00:00:00 2001 From: Anatoliy Melnikov <5785276@gmail.com> Date: Fri, 6 Sep 2024 07:55:19 +0300 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/1_BUG.md | 37 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/2_COMPATIBILITY.md | 37 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md | 7 ++++ 3 files changed, 81 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1_BUG.md create mode 100644 .github/ISSUE_TEMPLATE/2_COMPATIBILITY.md create mode 100644 .github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md diff --git a/.github/ISSUE_TEMPLATE/1_BUG.md b/.github/ISSUE_TEMPLATE/1_BUG.md new file mode 100644 index 0000000..72a07be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_BUG.md @@ -0,0 +1,37 @@ +--- +name: 🐞 Bug Report +about: Something is broken? +labels: bug +--- + + + +| Q | A | +|-------------------------------|-----------------| +| PHP CS Fixer Baseline version | x.y.z | +| PHP version | x.y.z | +| Installation Method | Composer / PHAR | + +#### Summary + + + +#### Current behavior + + + +#### How to reproduce + + + +#### Expected behavior + + diff --git a/.github/ISSUE_TEMPLATE/2_COMPATIBILITY.md b/.github/ISSUE_TEMPLATE/2_COMPATIBILITY.md new file mode 100644 index 0000000..ccc8959 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_COMPATIBILITY.md @@ -0,0 +1,37 @@ +--- +name: ⚠️ PHP Compatibility Issue +about: A change in PHP requires adaption in PHP CS Fixer Baseline? +labels: type/change-in-php-requires-adaptation +--- + + + +| Q | A | +|-------------------------------|-----------------| +| PHP CS Fixer Baseline version | x.y.z | +| PHP version | x.y.z | +| Installation Method | Composer / PHAR | + +#### Summary + + + +#### Current behavior + + + +#### How to reproduce + + + +#### Expected behavior + + diff --git a/.github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md new file mode 100644 index 0000000..52f6954 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md @@ -0,0 +1,7 @@ +--- +name: 🎉 Feature Request +about: You have a neat idea that should be implemented? +labels: enhancement +--- + +