summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDrChat <arkolbed@gmail.com>2017-01-09 22:40:53 -0600
committerDrChat <arkolbed@gmail.com>2017-01-09 22:40:53 -0600
commit0c278912178e5481391a89509d7259e663c8e001 (patch)
treea2e3867e290021c795b60fa5e084bd555115e032 /.github
parent9903ed687939843be0516ebda34a69be2a9dff0d (diff)
Markdown: use actual comment characters
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 26f25d7cc..34574e3c2 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,15 +1,16 @@
+<!--
# 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's going wrong:
+[//]: # (Describe what should happen:)
-# Describe what should happen:
+[//]: # (If applicable, provide a callstack here - esp. for crashes)
-# If applicable, provide a callstack here (especially for crashes):
-
-# Upload a logfile and link it here (if applicable): \ No newline at end of file
+[//]: # (If applicible, upload a logfile and link it here) \ No newline at end of file