From 51b5e7b2ffba9bfd62f736441ab1b5eb8218570c Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Mon, 6 Jun 2022 21:23:29 +0200 Subject: [PATCH] Add bug issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 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..3cbda16 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Bug target** +Set a `x` between the square brackets if your bug occurred while using the CLI or the library + +- [ ] CLI (command line client) +- [ ] Library + +**To Reproduce** +Steps to reproduce the behavior: +``` +$ crunchy ... +``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Client (please complete the following information):** + - OS: [e.g. Windows] + - Version [e.g. v2.2.2] + +**Additional context** +Add any other context about the problem here.