From c95077ed0e08ed5aeab84a7707629deb1d740123 Mon Sep 17 00:00:00 2001 From: Alex Sweet Date: Sat, 6 Mar 2021 19:53:26 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 52 ++++++++++++++++++++++++++++ 1 file changed, 52 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..73d3443 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,52 @@ +--- +name: Bug report +about: Report an issue in AnyPortal +title: '' +labels: '' +assignees: sweetgiorni + +--- + +### Issue Description + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Additional context** +Add any other context about the problem here. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +### Game version and environment + +**Game client version (found in the bottom right of the Valheim main menu** +v 0.0.0 + +**After reproducing the issue, please attach the BepInEx game log from Valheim/BepInEx/LogOutput.log** + +**Does the issue occur in single-player or multiplayer? You can also check "Both" if you've reproduced the issue in both game modes** +- [x] Single-player +- [ ] Multiplayer +- [ ] Both + +**If the issue occurs in multiplayer, is the server a "local" server started through the in-game menu, or is it a headless server (like installing the "Valheim Dedicated Server" in Steam or using a server hosting service)** +- [x] N/A +- [ ] In-game server +- [ ] Headless server + +**If you are using a headless server, please reproduce the issue and then attach the BepInEx game log from ValheimServer/BepInEx/LogOutput.log** + +**If you are using a headless server, is it being hosted on a Windows machine or a Linux machine?** +- [ ] Windows +- [ ] Linux