mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-05 09:02:15 +02:00
Better issue templates!
This commit is contained in:
parent
b82b045578
commit
2b30990d35
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,25 +1,40 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Something doesn't work correctly in Atmosphère.
|
about: Something doesn't work correctly in Atmosphère.
|
||||||
|
#assignees:
|
||||||
---
|
---
|
||||||
|
|
||||||
## Bug Report
|
## Bug Report
|
||||||
|
|
||||||
|
[ If any section does not apply, use nil. ]
|
||||||
|
[ Lines between [ ] (square brackets) should be removed before posting. ]
|
||||||
|
|
||||||
### What's the issue you encountered?
|
### What's the issue you encountered?
|
||||||
|
|
||||||
|
[ Describe the issue in detail and what you were doing beforehand. ]
|
||||||
|
[ Did you make any changes related to Atmosphère itself? ]
|
||||||
|
[ If so make sure to include details relating to what exactly you changed. ]
|
||||||
|
|
||||||
### How can the issue be reproduced?
|
### How can the issue be reproduced?
|
||||||
|
|
||||||
### Crash report?
|
[ Include a detailed step by step process for recreating your issue. ]
|
||||||
|
[ Note: If software you have installed can be used to make 'backups' of game files or distributed explicitly for piracy and are connected to why Atmosphère crashed, we will not provide support related to this issue. ]
|
||||||
|
|
||||||
(If a crash report was created under /atmosphere/crash_reports/, please upload it to
|
### Crash Report
|
||||||
[gist](https://gist.github.com/) and paste the link here.)
|
|
||||||
|
If your issue caused Atmosphère to crash, include the crash report(s) by creating a [gist](https://gist.github.com/) which you should the link here.
|
||||||
|
Failure to include a crash report for crash related issues could mean your issue is closed with no notification or reason.
|
||||||
|
|
||||||
### Environment?
|
### Environment?
|
||||||
|
|
||||||
- What bootloader (fusee, hekate, etc) was Atmosphère launched by:
|
- What bootloader (fusee, hekate, etc) was Atmosphère launched by:
|
||||||
- Official release or unofficial build:
|
- Official release or unofficial build:
|
||||||
|
- [ Offical Release Version x.x.x (or) Unofficial Build ]
|
||||||
|
- [ If using an unofficial build, include details on where/how you acquired the build. Self-compilation vs ex: Kosmos included version of Atmosphère ]
|
||||||
- Do you have additional kips you're loading:
|
- Do you have additional kips you're loading:
|
||||||
- Additional info about your environment:
|
- Homebrew software installed:
|
||||||
|
- [ Note: If software you have installed can be used to make 'backups' of game files or distributed explicitly for piracy and are connected to why Atmosphère crashed, we will not provide support related to this issue. ]
|
||||||
|
|
||||||
### Additional context?
|
### Additional context?
|
||||||
|
- Additional info about your environment:
|
||||||
|
- Any other information relevant to your issue.
|
42
.github/ISSUE_TEMPLATE/feature_request.md
vendored
42
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,12 +1,46 @@
|
|||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: You want to suggest a new feature for Atmosphère.
|
about: Suggest a new feature for Atmosphère.
|
||||||
|
#assignees:
|
||||||
---
|
---
|
||||||
|
|
||||||
## Feature Request
|
## Feature Request
|
||||||
|
[ If any section does not apply, use nil. ]
|
||||||
|
[ Lines between [ ] (square brackets) should be removed before posting. ]
|
||||||
### What feature are you suggesting?
|
### What feature are you suggesting?
|
||||||
|
#### Overview:
|
||||||
|
- [ Include the basic, high-level concepts for this feature here. ]
|
||||||
|
|
||||||
|
#### Smaller Details:
|
||||||
|
- [ These may include specific methods of implementation etc. ]
|
||||||
|
|
||||||
|
#### Nature of Request:
|
||||||
|
[ Remove all that do not apply to your request. ]
|
||||||
|
- Addition
|
||||||
|
- [ Ex: Addition of certain original features or features from other community projects. ]
|
||||||
|
- [ If you are suggesting porting features or including features from other projects, include what license they are distributed under and what, if any libraries those project use. ]
|
||||||
|
- Change
|
||||||
|
- Removal
|
||||||
|
- [Ex: Removal of certain features or implementation due to a specific issue/bug or because of low quality code, etc.]
|
||||||
|
|
||||||
|
[ Required: Reference the already existing [feature request. ](https://github.com/Atmosphere-NX/Atmosphere/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22features%2Ffeature-request%22) before you make your own request. ]
|
||||||
|
[ Failure to do so means your request can and likely will be closed with no warning. ]
|
||||||
|
|
||||||
|
### What component do you feel this would best fit within?
|
||||||
|
- [Fusé](https://github.com/Atmosphere-NX/Atmosphere#components)
|
||||||
|
- Atmosphère's custom bootloader.
|
||||||
|
- [Exosphère](https://github.com/Atmosphere-NX/Atmosphere#components)
|
||||||
|
- Fully-featured custom secure monitor.
|
||||||
|
- [Stratosphère](https://github.com/Atmosphere-NX/Atmosphere#components)
|
||||||
|
- Custom system modules.
|
||||||
|
- **[Thermosphère](https://github.com/Atmosphere-NX/Atmosphere#components)** ******
|
||||||
|
- Atmosphère's emuNAND implementation.
|
||||||
|
- **[Troposphèr. ](https://github.com/Atmosphere-NX/Atmosphere#components)** ******
|
||||||
|
- Application-level patches to the Horizon OS.
|
||||||
|
|
||||||
|
[****** Note: **Bolded components are not implemented** or are still at the prototyping phase. ]
|
||||||
|
|
||||||
### Why would this feature be useful?
|
### Why would this feature be useful?
|
||||||
|
[ If this is a feature for an end-user, how does it benefit the end-user? ]
|
||||||
|
[ If this feature is for developers, what does it add to Atmosphère that did not already exist? ]
|
||||||
|
[ 'Sell' your idea. ]
|
||||||
|
12
.github/ISSUE_TEMPLATE/question.md
vendored
12
.github/ISSUE_TEMPLATE/question.md
vendored
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
name: Question
|
|
||||||
about: Please ask questions in the ReSwitched discord, instead of making issues.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
We would like to use GitHub to keep track of problems/feature requests.
|
|
||||||
|
|
||||||
If you have a question, please join the ReSwitched discord for help.
|
|
||||||
|
|
||||||
- Discord link: https://discordapp.com/invite/DThbZ7z
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user