Skip to content
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

Update feature_request.yml #786

Merged
merged 1 commit into from
May 2, 2024
Merged
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
34 changes: 1 addition & 33 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,10 @@ body:
Thanks for helping us improve our mod!
Make sure to leave a helpful title.
If your request is for an accessibility feature, instead issue an [accessibility report](https://github.com/devs-immortal/Paradise-Lost/issues/new?assignees=&labels=Feature&template=accessibility_report.yml&title=Accessibility%3A+).
- type: textarea
id: problem
attributes:
label: Problem (Optional)
description: If your feature is related to a problem, let us know.
placeholder: ex. I'm always frustrated when...
validations:
required: false
- type: markdown
attributes:
value: |
If your feature is not related to a problem, it might be better suited for our [discord server](https://discord.com/invite/wmMa47n), though we won't stop you from asking it here.
If you haven't already, bring your idea to our [discord server](https://discord.com/invite/wmMa47n)!
- type: textarea
id: feature
attributes:
Expand All @@ -29,30 +21,6 @@ body:
placeholder: ex. There should be a...
validations:
required: true
- type: textarea
id: other-solutions
attributes:
label: Other Solutions
description: Did you come up with any other solutions?
placeholder: ex. You could also...
validations:
required: false
- type: input
id: version
attributes:
label: Mod Version
description: What version of our mod are you running?
placeholder: Beta x.x.x
validations:
required: true
- type: textarea
id: other
attributes:
label: Additional Information
description: Is there anything else we should know?
placeholder: ex. I'm using several other mods...
validations:
required: false
- type: markdown
attributes:
value: |
Expand Down
Loading