diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 45 |
1 files changed, 45 insertions, 0 deletions
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 @@ | |||
1 | --- | ||
2 | name: Bug report | ||
3 | about: Create a report to help us improve | ||
4 | title: '' | ||
5 | labels: '' | ||
6 | assignees: '' | ||
7 | --- | ||
8 | |||
9 | **Describe the bug** | ||
10 | |||
11 | A clear and concise description of what the bug is. | ||
12 | |||
13 | |||
14 | **To reproduce** | ||
15 | |||
16 | Steps to reproduce the behaviour: | ||
17 | |||
18 | 1. Go to '...' | ||
19 | 2. Click on '....' | ||
20 | 3. Scroll down to '....' | ||
21 | 4. See error | ||
22 | |||
23 | |||
24 | **Expected behaviour** | ||
25 | |||
26 | A clear and concise description of what you expected to happen. | ||
27 | |||
28 | |||
29 | **Screenshots** | ||
30 | |||
31 | If applicable, add screenshots to help explain your problem. | ||
32 | |||
33 | |||
34 | **Environment (please complete the folloming information):** | ||
35 | |||
36 | - LdGallery version: [e.g. 1.0] | ||
37 | - Platform: [e.g. desktop/smartphone/tablet/...] | ||
38 | - OS: [e.g. iOS/MacOS/Android/Windows/Debian/...] | ||
39 | - Browser: [e.g. Firefox/Chrome/Safari/...] | ||
40 | - Browser version: [e.g. 81] | ||
41 | |||
42 | |||
43 | **Additional context** | ||
44 | |||
45 | Add any other context about the problem here. | ||