mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Create a basic issue template
This commit is contained in:
parent
2da97c1e6f
commit
9903ed6879
15
.github/ISSUE_TEMPLATE.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# DO NOT CREATE ISSUES ABOUT SPECIFIC GAMES IN THIS REPOSITORY!
|
||||
# a game specific issue would be e.g. "Game X crashes after you hit a character a certain way"
|
||||
# A Xenia issue would be e.g. "Kernel export NtDoSomething does nothing"
|
||||
# For specific games, visit https://github.com/xenia-project/game-compatibility/issues
|
||||
#
|
||||
# Try to create a very concise title that's straight to the point
|
||||
|
||||
|
||||
# Describe what's going wrong:
|
||||
|
||||
# Describe what should happen:
|
||||
|
||||
# If applicable, provide a callstack here (especially for crashes):
|
||||
|
||||
# Upload a logfile and link it here (if applicable):
|
||||
Loading…
Reference in a new issue