diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c4a84198..205f3b3e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 68d50d54..fbbff703 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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: diff --git a/src/menu/extras.c b/src/menu/extras.c deleted file mode 100644 index e69de29b..00000000 diff --git a/src/menu/menu_main.c b/src/menu/menu_main.c index dbd210c9..15dc20e6 100644 --- a/src/menu/menu_main.c +++ b/src/menu/menu_main.c @@ -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");