diff --git a/.github/ISSUE_TEMPLATE/api_request.yml b/.github/ISSUE_TEMPLATE/api_request.yml index 4786ad5ce..e8f458ebe 100644 --- a/.github/ISSUE_TEMPLATE/api_request.yml +++ b/.github/ISSUE_TEMPLATE/api_request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index be94b577a..c3508dda5 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -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