From 5f7d4fbfc2ec4540d24bc8bf00927c016338c348 Mon Sep 17 00:00:00 2001 From: OzoneGrif Date: Fri, 22 May 2020 04:51:32 +0200 Subject: github: add bug issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 45 ++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md (limited to '.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..8653388 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,45 @@ +--- +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. + + +**To reproduce** + +Steps to reproduce the behaviour: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + + +**Expected behaviour** + +A clear and concise description of what you expected to happen. + + +**Screenshots** + +If applicable, add screenshots to help explain your problem. + + +**Environment (please complete the folloming information):** + + - LdGallery version: [e.g. 1.0] + - Platform: [e.g. desktop/smartphone/tablet/...] + - OS: [e.g. iOS/MacOS/Android/Windows/Debian/...] + - Browser: [e.g. Firefox/Chrome/Safari/...] + - Browser version: [e.g. 81] + + +**Additional context** + +Add any other context about the problem here. -- cgit v1.2.3