From 2a60ba4c570f47dc1f5023f45cc239521dd49af5 Mon Sep 17 00:00:00 2001 From: HamletDuFromage <61667930+HamletDuFromage@users.noreply.github.com> Date: Mon, 28 Jun 2021 01:13:11 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..7914773 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. + +**Screenshots/Crash code/Crash reports** +If applicable, add anything that might help explain your problem. Crash reports can be found under `/atmosphere/crash_reports` + +**System Firmware Version and CFW Version** + - System Firmware: [e.g. 12.0.3] + - CFW Version [e.g. Atmospshère 0.19.4] + +**Additional context** +Add any other context about the problem here.