Merge pull request #8746 from tordans/issue-templates

Introduce issue templates
This commit is contained in:
Milos Brzakovic
2021-10-25 14:47:36 +02:00
committed by GitHub
3 changed files with 86 additions and 0 deletions

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: There is an issue with presets or osm tagging recommendations
url: https://github.com/openstreetmap/id-tagging-schema/issues
about: Please share your feedback in the id-tagging-schema repository.
- name: There is an issue with brand icons or brand tagging recommendations.
url: https://github.com/osmlab/name-suggestion-index/issues
about: Please create a feature request in the name-suggestion-index repository.

View File

@@ -0,0 +1,57 @@
name: 'iD Editor: Bug'
description: You found an issue with iD Editor on openstreetmap.org/edit.
# title:
# labels:
# assignees:
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: url
attributes:
label: URL
description: Please share the URL where the issue can be seen.
placeholder: https://www.openstreetmap.org/edit#map=…
validations:
required: false
- type: textarea
id: steps-reproduce
attributes:
label: How to reproduce the issue?
description: Please share the steps to reproduce the issue.
placeholder: 1. …, 2. …, 3. …
validations:
required: false
- type: textarea
attributes:
label: Screenshot(s) or anything else?
description: Please add screenshots or additional information to help us understand your issue.
placeholder:
validations:
required: false
- type: dropdown
id: environment-variant
attributes:
label: Which iD Editor versions do you see the issue on?
description: Please test your issue on the development version as well (if possible) so make sure it is not fixed already.
multiple: true
options:
- Released version at openstreetmap.org/edit
- Development version at ideditor.netlify.com
- RapiD version at mapwith.ai/rapid
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: Which browsers are you seeing this problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
validations:
required: false

View File

@@ -0,0 +1,21 @@
name: 'iD Editor: Feature, Idea, Question'
description: You want to request a feature, share an idea or have a question.
# title:
# labels:
# assignees:
body:
- type: textarea
id: idea
attributes:
label: Description
description: Please describe you feature request, idea or question.
placeholder:
validations:
required: false
- type: textarea
attributes:
label: Screenshots
description: Please add screenshots if they can help us understand your request/idea/question.
placeholder:
validations:
required: false