From b62329bd5ba07de84f5f8d7f0e5bfe6475857bcc Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 25 Oct 2018 13:42:25 -0700 Subject: [PATCH] Add bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 000000000..4b4dfad1e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug Report +about: Something doesn't work correctly in Atmosphère. + +--- + +## Bug Report + +### What's the issue you encountered? + +### How can the issue be reproduced? + +### Crash report? + +(If a crash report was created under /atmosphere/crash_reports/, please upload it to +[gist](https://gist.github.com/) and paste the link here.) + +### Environment? + +- What bootloader (fusee, hekate, etc) was Atmosphère launched by: +- Official release or unofficial build: +- Do you have additional kips you're loading: +- Additional info about your environment: + +### Additional context?