Skip to content

Commit

Permalink
add feature request template and improve general issue report
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Mar 16, 2024
1 parent 66892e5 commit a6abc2c
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 9 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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)
41 changes: 32 additions & 9 deletions .github/ISSUE_TEMPLATE/issue_report.md
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

0 comments on commit a6abc2c

Please sign in to comment.