1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 15:21:16 +02:00

chore: fix github issue templates

Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
This commit is contained in:
Sami Mazouz
2022-07-13 22:39:10 +01:00
parent 51472625ba
commit d3e456a1bf
4 changed files with 22 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ body:
id: screenshots id: screenshots
attributes: attributes:
label: Screenshots label: Screenshots
decscription: If applicable, add screenshots to help explain your problem. description: If applicable, add screenshots to help explain your problem.
validations: validations:
required: false required: false
- type: textarea - type: textarea
@@ -50,7 +50,7 @@ body:
- Hosting environment: [e.g. shared, vps] - Hosting environment: [e.g. shared, vps]
- PHP version: x.y.z - PHP version: x.y.z
- Browser: [e.g. chrome 67, safari 11] - Browser: [e.g. chrome 67, safari 11]
validation: validations:
required: true required: true
- type: textarea - type: textarea
id: php_flarum_info id: php_flarum_info
@@ -60,19 +60,19 @@ body:
``` ```
Output of "php flarum info", run this in terminal in your Flarum directory. Output of "php flarum info", run this in terminal in your Flarum directory.
``` ```
validation: validations:
required: false required: false
- type: textarea - type: textarea
id: possible_solution id: possible_solution
attributes: attributes:
label: Possible Solution label: Possible Solution
description: Only if you have suggestions or a fix for the bug. description: Only if you have suggestions or a fix for the bug.
validation: validations:
required: false required: false
- type: textarea - type: textarea
id: additional_context id: additional_context
attributes: attributes:
label: Additional Context label: Additional Context
description: Add any other context about the problem here. description: Add any other context about the problem here.
validation: validations:
required: false required: false

17
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -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

View File

@@ -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.

View File

@@ -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