summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDrChat <arkolbed@gmail.com>2017-01-09 22:35:22 -0600
committerDrChat <arkolbed@gmail.com>2017-01-09 22:35:22 -0600
commit9903ed687939843be0516ebda34a69be2a9dff0d (patch)
treefb44fb2249ba5ad9ca6d71c4271a2571e33cd6bb /.github
parent2da97c1e6ff70358dfd1a89b2128dcd13251d529 (diff)
Create a basic issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 000000000..26f25d7cc
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -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): \ No newline at end of file