mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19:19 +01:00
Spelling fixes
This commit is contained in:
parent
fc3e3c6c24
commit
a8bd203b82
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -11,7 +11,7 @@ body:
|
||||
|
||||
If you have a **question**, need clarification on something, need help on a particular situation or want to start a discussion, **DO NOT** open an issue here. _It will be automatically closed!_
|
||||
First raise it in discussions.
|
||||
If you realy want to raise an issue, please make sure to follow the template and provide the required information.
|
||||
If you really want to raise an issue, please make sure to follow the template and provide the required information.
|
||||
Failing to do so will most likely end up on the issue being close. Don't take offense at this.
|
||||
It is simply a time management decision.
|
||||
Whenever an issue is raised without following the template and the required information is not provided, very often too much time has to be spent going back and forth to obtain the details that are outlined below.
|
||||
@ -55,9 +55,9 @@ body:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: expected_behaviour
|
||||
id: expected_behavior
|
||||
attributes:
|
||||
label: Expected behaviour
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen. If applicable.
|
||||
validations:
|
||||
required: false
|
||||
@ -74,7 +74,7 @@ body:
|
||||
- type: textarea
|
||||
id: other_things
|
||||
attributes:
|
||||
label: Aditional information
|
||||
label: Additional information
|
||||
description: Other suggested things. If applicable/relevant.
|
||||
placeholder: |
|
||||
for example link to the repository with sample code
|
||||
|
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -11,7 +11,7 @@ body:
|
||||
|
||||
If you have a **question**, need clarification on something, need help on a particular situation or want to start a discussion, **DO NOT** open an issue here. _It will be automatically closed!_
|
||||
|
||||
If you realy want to raise an issue, please make sure to follow the template and provide the required information. Failing to do so will most likely end up on the issue being close. Don't take offense at this. It is simply a time management decision. Whenever an issue is raised without following the template and the required information is not provided, very often too much time has to be spent going back and forth to obtain the details that are outlined below.
|
||||
If you really want to raise an issue, please make sure to follow the template and provide the required information. Failing to do so will most likely end up on the issue being close. Don't take offense at this. It is simply a time management decision. Whenever an issue is raised without following the template and the required information is not provided, very often too much time has to be spent going back and forth to obtain the details that are outlined below.
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
@ -46,7 +46,7 @@ body:
|
||||
label: Additional context
|
||||
description: Add any other context or screenshots about the feature request here.
|
||||
placeholder: |
|
||||
code snnipets
|
||||
code snippets
|
||||
screenshots
|
||||
mockups
|
||||
validations:
|
||||
|
@ -126,7 +126,7 @@ void menu_main_init (settings_t *settings) {
|
||||
printf("%s\n", current_filename);
|
||||
if (str_endswith(current_filename, ".z64") || str_endswith(current_filename, ".n64") || str_endswith(current_filename, ".v64")) {
|
||||
assertf(flashcart_load_rom(current_filename) == FLASHCART_OK, "ROM load error");
|
||||
break;
|
||||
break; //required!
|
||||
}
|
||||
else {
|
||||
printf("Failed... Returning to menu...\n");
|
||||
|
Loading…
Reference in New Issue
Block a user