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

fix oversights in issue templates #384

Merged
merged 2 commits into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/api_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ body:
id: description
attributes:
label: Describe what API(s) you want.
description: "Describe what API you believe QSL should implement. What does the API do? Is there a similar implementation, and if so how should QSL differ from it? The more detailed your request is the easier it will be for people to begin implementation of the API."
description: "Describe what API you believe QSL should implement. What does the API do? Is there a similar implementation, and if so, how should QSL differ from it? The more detailed your request is the easier it will be for people to begin implementation of the API."
validations:
required: true

- type: textarea
id: library-or-module
attributes:
label: Where does your API fit into QSL's structure? Which library and module? Does this add a new library or module?
validations:
required: true

- type: textarea
id: additional-info
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/crash_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ body:
If applicable (crash, error output in console), please provide your crash report or latest.log
To upload logs, use [MCLogs](https://mclo.gs/) to upload your crashlog or latest.log. If you are unsure of how to obtain a crash report, read [here](https://minecraft.wiki/w/Tutorials/Obtaining_a_crash_report).
Crash reports without a crashlog or a latest.log file will be marked as invalid. Crashes are hard to fix without the crashlogs or latest.log file(s).
- required: true
validations:
required: true
Loading