forked from amsam0/SideStore-ultra-nightly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from SideStore/develop
- Loading branch information
Showing
6 changed files
with
99 additions
and
35 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: Bug Report | ||
description: Report a bug | ||
title: "[BUG] " | ||
labels: ["bug"] | ||
assignees: | ||
- naturecodevoid | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! Before you continue filling out the report, please **[search in GitHub Issues](https://github.com/SideStore/SideStore/issues?q=is%3Aissue+is%3Aopen) for the bug you are experiencing** in case it has already been reported. | ||
**Please use [Discord](https://discord.gg/RgpFBX3Q3k) or [GitHub Discussions](https://github.com/SideStore/SideStore/discussions) for support.** | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: What is the bug and how did you discover it? | ||
placeholder: Please be clear and concise with your description. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: how-to-reproduce | ||
attributes: | ||
label: Instructions to reproduce | ||
description: Please include clear and consistent instructions for reproducing the bug to make it easier for us to fix it. | ||
validations: | ||
required: true | ||
- type: input | ||
id: app-version | ||
attributes: | ||
label: What version of SideStore are you using? | ||
description: To retrieve this, go to `Settings` in the SideStore app and scroll down to the bottom. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other-info | ||
attributes: | ||
label: Other info | ||
description: If you have any other comments, other info that might be useful, or if you found a workaround, please put it here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# force issue template usage | ||
blank_issues_enabled: false | ||
|
||
contact_links: | ||
- name: Discord | ||
url: https://discord.gg/RgpFBX3Q3k | ||
about: If you need support, please go here first instead of making an issue! | ||
- name: GitHub Discussions | ||
url: https://github.com/SideStore/SideStore/discussions | ||
about: As an alternative to Discord, you can also make a new GitHub discussion. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Feature Request | ||
description: Suggest a feature | ||
title: "[FEATURE REQUEST] " | ||
labels: ["enhancement"] | ||
assignees: | ||
- naturecodevoid | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request! Before you continue filling out the form, please **[search in GitHub Issues](https://github.com/SideStore/SideStore/issues?q=is%3Aissue+is%3Aopen) for the feature you are suggestion** in case it has already been suggested. | ||
**Please use [Discord](https://discord.gg/RgpFBX3Q3k) or [GitHub Discussions](https://github.com/SideStore/SideStore/discussions) for support.** | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature | ||
description: What is the feature? How would it work? | ||
placeholder: Please be clear and concise with your description. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: use-cases | ||
attributes: | ||
label: Use cases | ||
description: Please include multiple use cases where this feature would be useful. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives | ||
description: If you have alternative ideas of how this feature could work, you can put them here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### Changes | ||
|
||
<!-- Fill this list with what your PR changes. Example: --> | ||
- Fix bug | ||
- Change UI for QOL | ||
|
||
<!-- If your PR is ready to be merged, you can remove this section. --> | ||
### Todo before merge | ||
|
||
<!-- Example: --> | ||
- [x] Finish UI changes | ||
- [ ] Test | ||
|
||
<!-- If your PR doesn't close an issue, you can remove the next line. --> | ||
Closes #1234 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters