generated from YimMenu/YimMenuV2
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into recreate-a-playerdatabase
- Loading branch information
Showing
54 changed files
with
1,346 additions
and
214 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,88 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
title: "[Bug]: " | ||
labels: bug | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Logs and/or screenshots | ||
description: | | ||
For a bug report to be valid, please include the logs for HorseMenu. | ||
They can be found under `%appdata%/HorseMenu/cout.log`, even if you think the log file is useless we'd still like for you to include it here. | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
value: | | ||
``` | ||
<paste your logs here> | ||
``` | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Store | ||
description: Which launcher/store do you use to launch your game? | ||
multiple: false | ||
options: | ||
- Steam | ||
- Epic Games | ||
- Rockstar | ||
- Other (please mention in "Additional context") | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Language | ||
description: Which language do you have Red Dead Redemption 2 set to? | ||
multiple: false | ||
options: | ||
- English | ||
- French | ||
- Italian | ||
- German | ||
- Spanish | ||
- Japanese | ||
- Russian | ||
- Polish | ||
- Brazilian Portuguese | ||
- Traditional Chinese | ||
- Simplified Chinese | ||
- Latin American Spanish | ||
- Korean | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
attributes: | ||
label: Build | ||
description: We want to confirm that this issue exists on the latest version of HorseMenu, not a fork or your own version of HorseMenu. | ||
options: | ||
- label: I've confirmed the issue exists on the latest version of HorseMenu | ||
required: true |
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,46 @@ | ||
name: Build issue | ||
description: Report a problem with building HorseMenu | ||
title: "[Build]: " | ||
labels: build | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the build issues | ||
description: A clear and concise description of what the issue is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots and/or Logs | ||
description: "Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in." | ||
value: | | ||
``` | ||
<paste your logs here> | ||
``` | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: IDE/Compiler | ||
description: Which IDE do you use to build HorseMenu? | ||
multiple: false | ||
options: | ||
- Visual Studio 2022 | ||
- Visual Studio Code | ||
- Command Line | ||
- Other (please mention in "Additional context") | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
attributes: | ||
label: HorseMenu Source Code | ||
description: You confirm that you haven't modified HorseMenu and are building the latest version of the source code. | ||
options: | ||
- label: I've confirmed this is an issue with building unmodified HorseMenu. | ||
required: true |
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 @@ | ||
blank_issues_enabled: 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,35 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
title: "[Request]: " | ||
labels: request | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Problem | ||
description: "Is your feature request related to a problem? Please describe." | ||
placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]" | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Solution | ||
description: "Describe the solution you'd like" | ||
placeholder: "A clear and concise description of what you want to happen." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Reason | ||
description: Provide Reasoning | ||
placeholder: "Tell us why you'd want for us to add this to HorseMenu." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other context about the request here. | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files 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,28 @@ | ||
name: Improvement request | ||
description: Improve an existing feature in YimMenu. | ||
title: "[Improvement]: " | ||
labels: enhancement | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Which feature | ||
description: "Explain to us which feature you want to see improved and what you'd like to be changed about it." | ||
placeholder: "I'd like for the Settings -> ESP feature to be structured differently, currently it's too obscure on how each of the features work together." | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Reason | ||
description: Provide Reasoning | ||
placeholder: "Tell us why you'd want for us to improve this feature in HorseMenu." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other context about the request here. | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files 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
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
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
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
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
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.