Files
iD/.github/ISSUE_TEMPLATE/id_editor_feature.yaml
Tobias Jordans 279297e47c Introduce issue templates
- one for bugs
- one for features/ideas
- and most importantly one link to the id-tagging-schema repo and NSI repo, so there is a better chance that issues get created in the correct repository

Co-Authored-By: Milos Brzakovic <78906108+mbrzakovic@users.noreply.github.com>
2021-10-22 12:05:56 +02:00

22 lines
583 B
YAML

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