-
Notifications
You must be signed in to change notification settings - Fork 3
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 mission-data-type
- Loading branch information
Showing
8 changed files
with
159 additions
and
70 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,61 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve the game. | ||
title: "BUG: " | ||
labels: ["bug"] | ||
assignees: | ||
- OcelotWalrus | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: describe | ||
attributes: | ||
label: Describe The Bug | ||
description: Please write a clear and consize description of your bug | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: To Reproduce | ||
description: Steps To Reproduce The Behavior | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: input | ||
id: save_file | ||
attributes: | ||
label: Save File | ||
description: Please add your save file here. | ||
placeholder: ex. https://your_save_file.com/download | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Log File | ||
description: Please add your log files here. You can also put your bug error message | ||
validations: | ||
required: false | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What is your version of Bane Of Wargs? [i.e., commit x or release version x] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Additional Context | ||
description: "Add any other context about the problem here. For example, you could say if you received an error, if you didn't say that in the problem description." | ||
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,35 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
title: "FEATURE: " | ||
labels: ["enhancement"] | ||
assignees: | ||
- OcelotWalrus | ||
body: | ||
- type: textarea | ||
id: related | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: "Describe the solution you'd like" | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: "Describe alternatives you've considered" | ||
description: "A clear and concise description of any alternative solutions or features you've considered." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the feature here. | ||
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,28 @@ | ||
name: Documentation Issue | ||
description: For missing or incorrect information (or just typos) in the documentation. | ||
title: "DOCUMENTATION: " | ||
labels: ["documentation", "enhancement"] | ||
assignees: | ||
- OcelotWalrus | ||
body: | ||
- type: input | ||
id: where | ||
attributes: | ||
label: Where Is The Issue | ||
description: "i.e, '[this](where the error is wiki page) wiki page'" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what | ||
attributes: | ||
label: What The Issue Is | ||
description: "i.e, 'Typo: helath instead of health'" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Content | ||
description: "i.e, 'I expected there to not be a typo'" | ||
validations: | ||
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,33 @@ | ||
(The lines in parentheses (like this one) are instructions for filling out this template. These lines can be deleted.) | ||
(The lines in double curly brackets ({{}}) should be replaced as it describes.) | ||
(You can open a PR to add or improve this template, if you find it lacking!) | ||
|
||
(Choose one heading, or add your own.) | ||
**Content (Artwork / Missions / Jobs)** | ||
**Balance** | ||
**Feature** | ||
**Bug fix** | ||
**CI/CD/Testing** | ||
**Documentation** | ||
|
||
This PR addresses the bug/feature described in issue #{{insert number}} | ||
|
||
## Summary | ||
{{Describe and explain your changes. Include links to related issues.}} | ||
|
||
## Screenshots | ||
{{Include before and after screenshots demonstrating your changes, if applicable.}} | ||
|
||
## Usage examples | ||
{{If your changes affect how game data can be defined, provide examples demonstrating the changes here.}} | ||
|
||
## Testing Done | ||
{{Describe how you tested these changes. Ensure that new issues aren't introduced.}} | ||
{{If this is a new feature, have you added any automated tests using the unit or integration testing framework?}} | ||
|
||
## Save File | ||
This save file can be used to test these changes: | ||
{{Attach a save file that allows people to easily test your added mission content or see your new in-game art.}} | ||
|
||
## Performance Impact | ||
{{If this PR changed code, describe any performance impact (positive or negative). "N/A" if no performance-critical code is changed.}} |
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