diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 890061d..b074ab9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,52 +3,67 @@ name: Bug report about: Report a bug to help improve Universal-Updater title: "[Bug Report] " labels: bug -assignees: '' - +assignees: "" --- + + + -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Console/Version (please complete the following information):** - - Console : - - - [ ] 3DS - - [ ] 3DS XL - - [ ] 2DS - - [ ] New 3DS - - [ ] New 3DS XL - - [ ] New 2DS XL - - Luma & System version: - -Luma 3DS version [example: v10.0.1] -System version & Region [example: v11.13.0-45E] + +**Describe the bug:** -**Universal-Updater (please complete the following information):** - - [ ] Release -If Release -> version [example: v2.2.0] + +**To Reproduce:** +1. +2. +3. - - [ ] Nightly + +**Expected behavior:** -If Nightly -> Commit hash [example: a10b9da] - How do you launch it: - - [ ] cia - - [ ] 3dsx + +**Screenshots:** + + + + +**Console:** +- [ ] 3DS +- [ ] 3DS XL +- [ ] 2DS +- [ ] New 3DS +- [ ] New 3DS XL +- [ ] New 2DS XL + + + + +**Luma3DS & System versions:** + +Luma 3DS version: + + +System version and region: + + +**Universal-Updater version:** + +Release: + + +Nightly: + + +Installed as: +- [ ] CIA +- [ ] 3DSX + + + +**Additional context:** + -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b55b5ec..4b6ad9c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,31 @@ --- name: Feature request about: Suggest an idea for Universal-Updater. -title: "[Feature Request]" +title: "[Feature Request] " labels: enhancement -assignees: '' +assignees: "" --- + + + + **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Example: I'm always frustrated when [...] -**Describe the solution you'd like** -A clear and concise description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. -**Additional context** -Add any other context or screenshots about the feature request here. + +**Describe the solution you'd like:** + + + + +**Describe alternatives you've considered:** + + + + +**Additional context:** + + diff --git a/source/utils/download.cpp b/source/utils/download.cpp index 7954e33..45e02c9 100644 --- a/source/utils/download.cpp +++ b/source/utils/download.cpp @@ -439,7 +439,7 @@ Result downloadFromRelease(const std::string &url, const std::string &asset, con @return True if Wi-Fi is connected; false if not. */ bool checkWifiStatus(void) { - // return true; // For citra. + return true; // For citra. u32 wifiStatus; bool res = false;