Skip to content

tweak(github): allow feature requests again & improve template #3287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
attributes:
value: |
Thank you for taking the time to fill out this feature request.
Only feature requests are accepted, so please refrain from submitting any other requests (including support requests).
Only feature requests are accepted, so please refrain from submitting any other requests (including support requests or security issues).

\* Requests that fail to deliver the proper information may be closed without any feedback.

Expand All @@ -30,12 +30,12 @@ body:
description: |
To your knowledge how would you describe the importancy of this feature?
options:
- Unknown
- Nice extra
- Quality of Life (QoL)
- Overall quality to the platform
- Prerequisite for my project
- Fatal (we can't use the platform without)
- Nice extra
- Unknown

- type: textarea
id: implementation
Expand All @@ -54,15 +54,17 @@ body:
description: |
Which of the following areas does this request apply to? Please mark all that apply.
options:
- FiveM (Legacy)
- FiveM
- RedM
- FXServer
- FxDK
- 'OneSync'
- 'Natives'
- 'ScRT: Lua'
- 'ScRT: C#'
- 'ScRT: C# (Mono v2)'
- 'ScRT: JS'
- FxDK
validations:
required: true

Expand Down