Update issue templates

This commit is contained in:
Pk11
2021-07-21 00:56:41 -05:00
parent 18c5b1249a
commit b4a9cffd9b
3 changed files with 75 additions and 49 deletions
+54 -39
View File
@@ -3,52 +3,67 @@ name: Bug report
about: Report a bug to help improve Universal-Updater
title: "[Bug Report] "
labels: bug
assignees: ''
assignees: ""
---
<!-- These are comments, you can leave them alone and they won't be in the final issue. -->
<!-- Please do not delete the **titles** and type your information below them. -->
<!-- Also, don't forget to fill in the issue title above this. -->
**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]
<!-- A clear and concise description of what the bug is. -->
**Describe the bug:**
**Universal-Updater (please complete the following information):**
- [ ] Release
If Release -> version [example: v2.2.0]
<!-- Steps to reproduce the behavior. -->
**To Reproduce:**
1.
2.
3.
- [ ] Nightly
<!-- A clear and concise description of what you expected to happen. -->
**Expected behavior:**
If Nightly -> Commit hash [example: a10b9da]
How do you launch it:
- [ ] cia
- [ ] 3dsx
<!-- If applicable, add screenshots to help explain your problem. You can drag and drop images here to embed them. -->
**Screenshots:**
<!-- What console(s) have you experienced this bug on? Replace the [ ] with [x] to check the box. -->
**Console:**
- [ ] 3DS
- [ ] 3DS XL
- [ ] 2DS
- [ ] New 3DS
- [ ] New 3DS XL
- [ ] New 2DS XL
<!-- What are your Luma3DS and system versions? -->
<!-- You can check Luma3DS version by pressing L + Down + SELECT. -->
<!-- You can check the system version in System Settings. -->
**Luma3DS & System versions:**
<!-- ex. v10.2.1 -->
Luma 3DS version:
<!-- ex. v11.13.0-45E -->
System version and region:
<!-- What version of Universal-Updater are you using? You can check in settings -> Credits -->
**Universal-Updater version:**
<!-- ex. v3.2.2 -->
Release:
<!-- ex. 18c5b12, if you're using release then leave blank. -->
Nightly:
<!-- Please check the box [x] of the one(s) you've tested with. -->
Installed as:
- [ ] CIA
- [ ] 3DSX
<!-- Add any other context about the problem here. -->
**Additional context:**
**Additional context**
Add any other context about the problem here.
+20 -9
View File
@@ -1,20 +1,31 @@
---
name: Feature request
about: Suggest an idea for Universal-Updater.
title: "[Feature Request]"
title: "[Feature Request] "
labels: enhancement
assignees: ''
assignees: ""
---
<!-- These are comments, you can leave them alone and they won't be in the final issue. -->
<!-- Please do not delete the **titles** and type your information below them. -->
<!-- Also, don't forget to fill in the issue title above this. -->
<!-- A clear and concise description of what the problem is. Example: I'm always frustrated when [...] -->
**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.
<!-- A clear and concise description of what you want to happen. -->
**Describe the solution you'd like:**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Describe alternatives you've considered:**
<!-- Add any other context or screenshots about the feature request here. -->
**Additional context:**
+1 -1
View File
@@ -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;