mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
Update issue templates
This commit is contained in:
@@ -3,26 +3,35 @@ 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.
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
**Describe the bug:**
|
||||
|
||||
**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.
|
||||
<!-- Steps to reproduce the behavior. -->
|
||||
**To Reproduce:**
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
**Console/Version (please complete the following information):**
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
**Expected behavior:**
|
||||
|
||||
Console :
|
||||
|
||||
|
||||
<!-- 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
|
||||
@@ -30,25 +39,31 @@ If applicable, add screenshots to help explain your problem.
|
||||
- [ ] New 3DS XL
|
||||
- [ ] New 2DS XL
|
||||
|
||||
Luma & System version:
|
||||
<!-- 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:
|
||||
|
||||
Luma 3DS version [example: v10.0.1]
|
||||
System version & Region [example: v11.13.0-45E]
|
||||
<!-- 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
|
||||
|
||||
|
||||
**Universal-Updater (please complete the following information):**
|
||||
- [ ] Release
|
||||
<!-- Add any other context about the problem here. -->
|
||||
**Additional context:**
|
||||
|
||||
If Release -> version [example: v2.2.0]
|
||||
|
||||
- [ ] Nightly
|
||||
|
||||
If Nightly -> Commit hash [example: a10b9da]
|
||||
|
||||
How do you launch it:
|
||||
|
||||
- [ ] cia
|
||||
- [ ] 3dsx
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
@@ -3,18 +3,29 @@ name: Feature request
|
||||
about: Suggest an idea for Universal-Updater.
|
||||
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:**
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user