From 16d4b4f6f820be12f5d29d4bd092643b86ad7479 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Sun, 23 Feb 2020 09:21:07 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0da82a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: garrynewman + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Set x to y +2. Run for x minutes +3. Call x +4. See error + +**Calling Code** +``` +// The code you're using to call into Steamworks +Steamworks.DoBug(); +``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] +- Unity: [e.g Unity 2019.3] + +**Additional context** +Add any other context about the problem here.