From d3e456a1bf42d13b7cd2542c371f392712247c09 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Wed, 13 Jul 2022 22:39:10 +0100 Subject: [PATCH] chore: fix github issue templates Signed-off-by: Sami Mazouz --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 +++++----- .github/ISSUE_TEMPLATE/config.yml | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.yml | 10 ---------- .github/ISSUE_TEMPLATE/support-question.yml | 11 ----------- 4 files changed, 22 insertions(+), 26 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml delete mode 100644 .github/ISSUE_TEMPLATE/support-question.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 654925bd5..1b1671ecf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -36,7 +36,7 @@ body: id: screenshots attributes: label: Screenshots - decscription: If applicable, add screenshots to help explain your problem. + description: If applicable, add screenshots to help explain your problem. validations: required: false - type: textarea @@ -50,7 +50,7 @@ body: - Hosting environment: [e.g. shared, vps] - PHP version: x.y.z - Browser: [e.g. chrome 67, safari 11] - validation: + validations: required: true - type: textarea id: php_flarum_info @@ -60,19 +60,19 @@ body: ``` Output of "php flarum info", run this in terminal in your Flarum directory. ``` - validation: + validations: required: false - type: textarea id: possible_solution attributes: label: Possible Solution description: Only if you have suggestions or a fix for the bug. - validation: + validations: required: false - type: textarea id: additional_context attributes: label: Additional Context description: Add any other context about the problem here. - validation: + validations: required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..2f1fcd584 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,17 @@ +blank_issues_enabled: false +contact_links: + - name: "🚀 Feature Request" + url: https://discuss.flarum.org/t/proposals + about: | + Thanks for taking the time to fill out this feature request! + We primarily use GitHub as a bug tracker and issue tracker for items we are sure to tackle in the near future. + For feature requests, ideas and feedback please post in the Flarum Community. + Feature requests are added to GitHub only when they have been accepted by the development team and implementation details have been laid out. + - name: "🙋‍ Support Question" + url: https://discuss.flarum.org/t/support + about: | + We primarily use GitHub as a bug tracker and issue tracker for items we are sure to tackle in the near future; for usage and support questions, please check out these resources below. Thanks! + + * Flarum Community: https://discuss.flarum.org/ + * Discord Chat: https://flarum.org/discord/ + * Twitter: https://twitter.com/Flarum diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index 006e8c593..000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: "🚀 Feature Request" -description: If you have a suggestion/proposal to improve Flarum. -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this feature request! - We primarily use GitHub as a bug tracker and issue tracker for items we are sure to tackle in the near future. - For feature requests, ideas and feedback please post in the Flarum Community: https://discuss.flarum.org/t/proposals. - Feature requests are added to GitHub only when they have been accepted by the development team and implementation details have been laid out. diff --git a/.github/ISSUE_TEMPLATE/support-question.yml b/.github/ISSUE_TEMPLATE/support-question.yml deleted file mode 100644 index 8a62a567b..000000000 --- a/.github/ISSUE_TEMPLATE/support-question.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: "🙋‍ Support Question" -description: If you have a question, please check out our forum or Discord! -body: - - type: markdown - attributes: - value: | - We primarily use GitHub as a bug tracker and issue tracker for items we are sure to tackle in the near future; for usage and support questions, please check out these resources below. Thanks! - - * Flarum Community: https://discuss.flarum.org/ - * Discord Chat: https://flarum.org/discord/ - * Twitter: https://twitter.com/Flarum