From 4871bd729d8da6fc7b884674a9e718119f273766 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 20 Jan 2025 14:05:30 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++ .../support-request---question.md | 34 +++++++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/support-request---question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..883733867 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: Bug +assignees: '' + +--- + +My `composer.json`: + +```json +...replace me... +``` + +Output of `composer diagnose`: + +``` +...replace me... +``` + +When I run this command: + +``` +...replace me... +``` + +I get the following output: + +``` +...replace me... +``` + +And I expected this to happen: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..e74cb57fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: Feature +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/support-request---question.md b/.github/ISSUE_TEMPLATE/support-request---question.md new file mode 100644 index 000000000..3392dbfd2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-request---question.md @@ -0,0 +1,34 @@ +--- +name: Support request / question +about: Confused, looking for assistance, and you don't like GitHub Discussions? +title: '' +labels: Support +assignees: '' + +--- + +My `composer.json`: + +```json +...replace me... +``` + +Output of `composer diagnose`: + +``` +...replace me... +``` + +When I run this command: + +``` +...replace me... +``` + +I get the following output: + +``` +...replace me... +``` + +And I expected this to happen: