diff options
author | pacien | 2020-09-25 16:01:49 +0200 |
---|---|---|
committer | pacien | 2020-09-25 16:01:49 +0200 |
commit | e93f7b1eb84c083d67567115284c0002a3a7d5fc (patch) | |
tree | 8d373e8f7f571485e1330928f43b090ed004c525 /.github/ISSUE_TEMPLATE | |
parent | 8e3ac8fe44bebb38e1882ca7f06b8100078ad88d (diff) | |
parent | fd542f75a1d94ee5f804d0925823276b97f38581 (diff) | |
download | ldgallery-e93f7b1eb84c083d67567115284c0002a3a7d5fc.tar.gz |
Merge branch 'develop' for release v2.0v2.0
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 45 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 |
2 files changed, 65 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. | ||
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md | |||
@@ -0,0 +1,20 @@ | |||
1 | --- | ||
2 | name: Feature request | ||
3 | about: Suggest an idea for this project | ||
4 | title: '' | ||
5 | labels: '' | ||
6 | assignees: '' | ||
7 | |||
8 | --- | ||
9 | |||
10 | **Is your feature request related to a problem? Please describe.** | ||
11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
12 | |||
13 | **Describe the solution you'd like** | ||
14 | A clear and concise description of what you want to happen. | ||
15 | |||
16 | **Describe alternatives you've considered** | ||
17 | A clear and concise description of any alternative solutions or features you've considered. | ||
18 | |||
19 | **Additional context** | ||
20 | Add any other context or screenshots about the feature request here. | ||