Skip to content

Commit 4f5e5fa

Browse files
committed
Update issue templates
1 parent 8339f35 commit 4f5e5fa

4 files changed

Lines changed: 94 additions & 1 deletion

File tree

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
name: Bug Report
2+
title: "Bug: "
3+
description: Bug Report
4+
labels: ["bug", "needs triage"]
5+
body:
6+
- type: input
7+
id: web-browser
8+
attributes:
9+
label: Web Browser (with version)
10+
description: Web Browser where the error occur on (Chrome, Firefox, Safari, etc.)
11+
validations:
12+
required: true
13+
- type: input
14+
id: system
15+
attributes:
16+
label: OS/Platform (with version)
17+
description: OS/Platform where the error occur on (Windows, MacOS, Linux, etc.)
18+
validations:
19+
required: true
20+
- type: input
21+
id: leaflet-version
22+
attributes:
23+
label: Leaflet version
24+
description: You can get the Leaflet version via `L.version`
25+
validations:
26+
required: true
27+
- type: input
28+
id: geoman-version
29+
attributes:
30+
label: Geoman version
31+
description: You can get the Geoman version via `L.PM.version`
32+
validations:
33+
required: true
34+
35+
- type: checkboxes
36+
attributes:
37+
label: Geoman Pro
38+
options:
39+
- label: I'm using Geoman Pro
40+
41+
- type: input
42+
attributes:
43+
label: Minimal example reproducing the issue
44+
description: |
45+
Please create an example using https://plnkr.co/edit/3XhAuzVQ2CMyNFSr or any other suitable online code editor.
46+
**This example should be as simple as possible, and should not rely on any third-party code!**
47+
placeholder: Link to your example here
48+
validations:
49+
required: false
50+
51+
- type: textarea
52+
attributes:
53+
label: Steps to reproduce
54+
description: >
55+
How do you trigger this bug? Please walk us through it step by step.
56+
placeholder: |
57+
1. Go to [...]
58+
2. Click on [...]
59+
3. See error [...]
60+
validations:
61+
required: false
62+
63+
- type: textarea
64+
attributes:
65+
label: Expected behavior
66+
description: >
67+
A clear and concise description of what you expected to happen.
68+
Provide additional context if necessary (screenshots, video, links, etc.).
69+
validations:
70+
required: true
71+
72+
- type: textarea
73+
attributes:
74+
label: Current behavior
75+
description: >
76+
A clear and concise description of what is actually happening.
77+
Provide additional context if necessary (screenshots, video, links, etc.).
78+
validations:
79+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Geoman Pro Support via Slack
4+
url: https://geoman.io/pricing
5+
about: >
6+
We offer Geoman Pro users with the "Enterprise and OEM" subscription support via Slack
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Feature Request
2+
title: "Feature Request: "
3+
description: Request a feature that you are missing
4+
body:
5+
- type: textarea
6+
id: textarea-1
7+
attributes:
8+
label: Description
9+
description: Describe your usecase and add more information like screenshots, links, etc.

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)