From f25006fe9a1bf0bbbf2c6267d649eeac4258cbdf Mon Sep 17 00:00:00 2001 From: Jannis Weis <31143295+weisJ@users.noreply.github.com> Date: Thu, 23 Apr 2020 17:34:46 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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 00000000..df0092d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +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** +Please provide a minimal example to reproduce the issue or if one of the provided demos can be used +reference it. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional Information:** + - OS: [e.g. macOS] + - OS Version: [e.g. 10.14] +- Darklaf Version: [e.g. 2.0.2] + +**Additional context** +Add any other context about the problem here.