Skip to content

Commit 3598402

Browse files
committed
add issue templates
1 parent adf7290 commit 3598402

File tree

3 files changed

+164
-0
lines changed

3 files changed

+164
-0
lines changed
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
name: Add support of a missing OSM tag
2+
description: This requests an OSM tag to be added to the tagging schema in the form of a new preset, field or value.
3+
# title: ''
4+
labels: enhancement
5+
# assignees: ''
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this request to add a new tag to the tagging schema.
11+
- type: input
12+
attributes:
13+
label: OSM Tag(s)
14+
description: Please list the tag or tags which you would like to see included.
15+
placeholder: tourism=camp_site
16+
validations:
17+
required: true
18+
- type: dropdown
19+
attributes:
20+
label: How would you like this tag to see supported?
21+
description: 'A tag can be supported in different ways: A preset, a field or a option in a dropdown field.'
22+
options:
23+
- As a Preset
24+
- As a Field
25+
- As an Option of a Field
26+
- Other (please indicate below)
27+
validations:
28+
required: true
29+
- type: input
30+
attributes:
31+
label: Label
32+
description: The title/name/label of the preset, field or field option (preferably in American English).
33+
placeholder: Campground
34+
validations:
35+
required: true
36+
- type: input
37+
attributes:
38+
label: Aliases
39+
description: 'Only for Presets: Synonyms of the name of the preset.'
40+
placeholder: Campsite
41+
validations:
42+
required: false
43+
- type: input
44+
attributes:
45+
label: Terms
46+
description: 'Only for Presets and Fields: Synonyms of the name of the preset.'
47+
placeholder: Camping, Tenting, Camp Site, Caravans, …
48+
validations:
49+
required: false
50+
- type: input
51+
attributes:
52+
label: Link to OSM Wiki page
53+
description: Link to the documentation of this tag on the OSM wiki.
54+
placeholder: https://wiki.openstreetmap.org/wiki/Tag:tourism=camp_site
55+
validations:
56+
required: true
57+
- type: dropdown
58+
attributes:
59+
label: Status of the Tag
60+
description: The status of the tag(s) according to the OSM wiki.
61+
options:
62+
- Approved
63+
- De Facto
64+
- In Use
65+
- Unspecified / Unknown
66+
- Voting
67+
- Abandoned
68+
- Deprecated
69+
- Discardable
70+
- Draft
71+
- Imported
72+
- Obsolete
73+
- Proposed
74+
- Rejected
75+
- Other (please indicate below)
76+
validations:
77+
required: true
78+
- type: input
79+
attributes:
80+
label: Usage of the tag
81+
description: How many OSM object exist currently which use the tag?
82+
placeholder: '126,000'
83+
validations:
84+
required: true
85+
- type: input
86+
attributes:
87+
label: Replaces other Tag?
88+
description: Does this tag replace a different one which is already supported by the tagging schema?
89+
validations:
90+
required: false
91+
- type: input
92+
attributes:
93+
label: Regional Tag?
94+
description: Should this tag only be available in a specific region or country?
95+
placeholder: global
96+
validations:
97+
required: false
98+
- type: textarea
99+
attributes:
100+
label: Further Information
101+
description: Please add further details about this tag which should be considered. For example, include a link to taginfo, taghistory or to an overpass query, add a list tools which support this tag, etc.
102+
validations:
103+
required: false

.github/ISSUE_TEMPLATE/1-bug.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1.
16+
17+
**Expected behavior**
18+
A clear and concise description of what you expected to happen.
19+
20+
**Screenshots**
21+
If applicable, add screenshots to help explain your problem.
22+
23+
**Additional context**
24+
Add any other context about the problem here.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Add a New Deprecation Rule
2+
about: This requests an OSM tag to be added to list of deprecated tags.
3+
title: ''
4+
labels: deprecating
5+
assignees: ''
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this request to enhance the tagging schema.
11+
- type: input
12+
attributes:
13+
label: Deprecated OSM Tag(s)
14+
description: Please list the tag(s) which are to be included in the list of deprecation rules.
15+
placeholder: highway=ford
16+
validations:
17+
required: true
18+
- type: input
19+
attributes:
20+
label: Replacement OSM Tag(s)
21+
description: Please list by which tag(s) the deprecated tag(s) should be replaced with.
22+
placeholder: ford=yes
23+
validations:
24+
required: true
25+
- type: input
26+
attributes:
27+
label: Link to OSM Wiki page
28+
description: Link to the OSM wiki where the deprecation of the tag(s) is documented.
29+
placeholder: https://wiki.openstreetmap.org/wiki/Deprecated_features
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: Further Information
35+
description: Please add further details about this tag. For example, include a link to taginfo, taghistory or to an overpass query.
36+
validations:
37+
required: false

0 commit comments

Comments
 (0)