summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2019-01-11 01:22:39 +0200
committerGitHub <noreply@github.com>2019-01-11 01:22:39 +0200
commit574e72586589f712c1127ce42479adcff60f6e81 (patch)
tree951c6390ef65106fdc23d01ab46355ddde2a4950
parentec6ee1cdb208ea0a34218a087a21a47036850bf1 (diff)
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..737033e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,29 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug
+assignees: katajakasa
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Observed behaviour**
+A clear and concise description of what actually happened.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Platform (please fill out as much as possible):**
+ - OS: [e.g. Ubuntu linux 18.04 LTS]
+ - SDL version
+ - FFMPEG version
+ - SDL_Kitchensink version or commit id
+
+**Additional context**
+Add any other context about the problem here.