-
Notifications
You must be signed in to change notification settings - Fork 19
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 #289 from X-Hax/settings-tab-rework
Settings tab, profile and dependencies rework
- Loading branch information
Showing
54 changed files
with
1,772 additions
and
848 deletions.
There are no files selected for viewing
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,44 @@ | ||
name: "Bug Report" | ||
description: "File a Bug Report" | ||
title: "[Bug Report]: " | ||
labels: ["bug"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Report Verification | ||
description: Please confirm that this report you are submitting is for the Mod Manager. If it is for game crashes pertaining to the Mod Loader, please report those to the corresponding repository. If it's a mod related issue, please report that to the mod developer. Please also confirm that you have checked the Issues to ensure this issue has not already been reported. | ||
options: | ||
- label: This report is for a bug with the SA Mod Manager. | ||
required: true | ||
- label: I have checked and verified this issue has not been reported previously. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Bug Description | ||
description: Please provide a clear and concise description of the bug you're experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Reproduction Steps | ||
description: Please provide the steps you were taking when the bug occurred. | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Operating System | ||
description: Please provide what your operating system is. | ||
placeholder: e.g. Windows 10, Linux Mint, MacOS, SteamOS (SteamDeck), etc. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional Information | ||
description: Please provide any additional information you believe may pertain to this bug. You can provide screenshots, videos, and any potential logs by clicking this area to highlight it, then dragging the file(s) in. | ||
validations: | ||
required: false |
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,17 @@ | ||
name: "Feature Request" | ||
description: "Request new features or alterations to the program here. Please be mindful that while you can make a request, we will not always accept it as it may not align with features we need and/or want." | ||
title: "[Feature Request]: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Request Details | ||
description: Please explain what the feature is you're requesting. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional Information | ||
description: If you have any additional information you would like to provide, please do so here. You can include screenshots by highlighting the box and dragging in your images. | ||
validations: | ||
required: false |
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: SADX Mod Loader Issue Reporting | ||
url: https://github.com/X-Hax/sadx-mod-loader/issues | ||
about: Issues with SADX involving the Mod Loader should be reported here. | ||
- name: SA2 Mod Loader Issue Reporting | ||
url: https://github.com/X-Hax/sa2-mod-loader/issues | ||
about: Issues with SA2 involving the Mod Loader should be reported 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
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
Oops, something went wrong.