-
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.
add feature request template and improve general issue report
- Loading branch information
1 parent
66892e5
commit a6abc2c
Showing
2 changed files
with
59 additions
and
9 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,27 @@ | ||
--- | ||
name: Request a Feature | ||
about: "Template for noting future planned features. Please ask for approval in the Discord if you aren't an organization Member before posting a feature request" | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
This is a loose format, write this however you need to | ||
Remove these comments before submitting | ||
--> | ||
|
||
# Description | ||
<!-- | ||
Explain your request in as much detail as you can | ||
--> | ||
|
||
I want Goldfish crackers | ||
|
||
# Screenshots | ||
<!-- | ||
If applicable, add images or even a video to help explain your suggestion | ||
--> | ||
|
||
![Example Screenshot](https://example.com/thisimageisntreal.png) |
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 |
---|---|---|
@@ -1,32 +1,55 @@ | ||
--- | ||
name: Report an Issue | ||
about: "..." | ||
about: "Any general issues you have during play or with the codebase" | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
This is a loose format, write this however you need to | ||
Remove these comments before submitting | ||
--> | ||
|
||
# Description | ||
<!-- | ||
Explain your issue in detail. | ||
Issues without proper explanation are liable to be closed by maintainers. | ||
Explain your issue in detail | ||
Issues without proper explanation are liable to be closed by maintainers | ||
--> | ||
|
||
Description | ||
|
||
# Reproduction | ||
<!-- | ||
Include the steps to reproduce if applicable. | ||
Try to be as descriptive as possible. | ||
Include the steps to reproduce if applicable | ||
Try to be as descriptive as possible | ||
--> | ||
|
||
1. Open game | ||
2. Game doesn't open | ||
|
||
# Expected behavior | ||
<!-- | ||
What should happen? | ||
Why might this not be happening? / Possible solutions (if you know) | ||
--> | ||
|
||
1. Open game | ||
2. Game opens | ||
|
||
# Screenshots | ||
<!-- | ||
If applicable, add screenshots to help explain your problem. | ||
A video of the reproduction would also be useful. | ||
If applicable, add screenshots to help explain your problem | ||
A video of the reproduction would also be useful | ||
--> | ||
|
||
![Example Screenshot](https://example.com/thisimageisntreal.png) | ||
|
||
# Additional context | ||
<!-- | ||
Add any other context about the problem here. | ||
Anything you think is related to the issue. | ||
Add any other context about the problem here | ||
Anything you think is related to the issue | ||
--> | ||
|
||
There's a ghost in my computer |