mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
Create issue templates
This commit is contained in:
parent
61b05ba1b5
commit
b7da179eab
14
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal 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.
|
10
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user