mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
- 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>
22 lines
583 B
YAML
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
|