Create issue templates

This commit is contained in:
IntegratedQuantum 2025-06-16 19:52:28 +02:00 committed by GitHub
parent 61b05ba1b5
commit b7da179eab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

14
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,14 @@
---
name: Bug Report
about: File a bug report
title: ''
labels: bug
assignees: ''
---
Please describe the observed behavior and how to reproduce it.
In case of a crash please attach the stack trace shown in the console.
Before making a bug report please check if it is a [known bug](https://github.com/PixelGuys/Cubyz/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) first.

View File

@ -0,0 +1,10 @@
---
name: Feature Request
about: Propose a new gameplay feature
title: ''
labels: gameplay, undecided
assignees: ''
---
Please check if the feature aligns with the [Game Design Principles](https://github.com/PixelGuys/Cubyz/blob/master/GAME_DESIGN_PRINCIPLES.md) before making an issue.