From 279297e47cb8b6120d6e2e64aa036b30247a736a Mon Sep 17 00:00:00 2001 From: Tobias Jordans Date: Sun, 10 Oct 2021 20:30:38 +0200 Subject: [PATCH] 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> --- .github/ISSUE_TEMPLATE/config.yml | 8 +++ .github/ISSUE_TEMPLATE/id_editor_bug.yaml | 57 +++++++++++++++++++ .github/ISSUE_TEMPLATE/id_editor_feature.yaml | 21 +++++++ 3 files changed, 86 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/id_editor_bug.yaml create mode 100644 .github/ISSUE_TEMPLATE/id_editor_feature.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..a5f6991de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 brands tagging. + url: https://github.com/osmlab/name-suggestion-index/issues + about: Please create a feature request in the name-suggestion-index repository. diff --git a/.github/ISSUE_TEMPLATE/id_editor_bug.yaml b/.github/ISSUE_TEMPLATE/id_editor_bug.yaml new file mode 100644 index 000000000..23dc17d9f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/id_editor_bug.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/id_editor_feature.yaml b/.github/ISSUE_TEMPLATE/id_editor_feature.yaml new file mode 100644 index 000000000..097de5b3e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/id_editor_feature.yaml @@ -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