Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Beta] Issues Forms #1587

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
58 changes: 0 additions & 58 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

67 changes: 67 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
name: Bug Report
description: Something doesn't work correctly in Atmosphère.
title: "[BUG] "
body:
- type: markdown
attributes:
value: |
Note: If the bug or crash you encountered is related to
- software used to make "backups"
- software explicitly distributed for piracy, etc.

then contributors will not provide support for your issue and your issue will be closed.
- type: textarea
attributes:
label: What's the issue you encountered?
description: |
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.
validations:
required: true
- type: textarea
attributes:
label: How can the issue be reproduced?
description: Include a detailed step by step process for recreating your issue.
validations:
required: true
- type: textarea
attributes:
label: Crash Report
description: |
Crash reports can be found under ``/atmosphere/crash_reports``.
- If your issue caused Atmosphère to crash, include the crash report(s) by creating a [gist](https://gist.github.com/) and pasting the link here.
- If you don't include a crash report in instances of crash related issues, we will ask you one to provide one.
validations:
required: false
- type: textarea
attributes:
label: System Firmware Version
description: |
Replace X's with system firmware version at time of crash.
You can find your firmware version in the Settings -> System, under "System Update".
If it says "Update Pending", you can clear the pending update by rebooting to Maintenance Mode.
placeholder: X.X.X
validations:
required: true
- type: textarea
attributes:
label: Environment?
value: |
- What bootloader (fusée, hekate, etc) was Atmosphère launched by:
- Official release or unofficial build:
- If using an unofficial build, include details on where/how you acquired the build:
- Do you have additional kips or sysmodules you're loading:
- Homebrew software installed:
- EmuMMC or SysMMC:
- If using an EmuMMC, include whether it's partition-based or file-based:
validations:
required: true
- type: textarea
attributes:
label: Additional context?
value: |
- Additional info about your environment:
- Any other information relevant to your issue:
validations:
required: false
48 changes: 0 additions & 48 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Feature Request
description: Suggest a new feature for Atmosphère.
title: "[FEATURE REQUEST] "
body:
- type: markdown
attributes:
value: |
Please search for [existing feature requests](https://github.com/Atmosphere-NX/Atmosphere/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22features%2Ffeature-request%22) before you make your own request.
Duplicate requests will be marked as such, and you will be referred to the original request.
- type: textarea
attributes:
label: What feature are you suggesting?
description: Include the basic concepts for this feature here.
validations:
required: true
- type: textarea
attributes:
label: Smaller details
description: These may include specific methods of implementation, etc.
validations:
required: false
- type: textarea
attributes:
label: Nature of the request
description: |
Is this request an addition, a change, or a removal?

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 projects use.
validations:
required: true
- type: textarea
attributes:
label: What component do you feel this would best fit within?
description: See [here](https://github.com/Atmosphere-NX/Atmosphere#components) for more information.
validations:
required: true
- type: textarea
attributes:
label: Why would this feature be useful?
description: |
- 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?
validations:
required: true