Skip to content

Commit

Permalink
fix oversights in issue templates (#384)
Browse files Browse the repository at this point in the history
* fix oversights in issue templates

* fix grammar mistake
  • Loading branch information
woodiertexas authored Aug 24, 2024
1 parent 8fb51ed commit cbd35a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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

0 comments on commit cbd35a1

Please sign in to comment.