From 2a5ffcdd73f1759a19bf3868277379f0ca808fb2 Mon Sep 17 00:00:00 2001 From: Emma Jae Blue Date: Fri, 15 Dec 2023 14:57:20 -0500 Subject: [PATCH 1/3] issue templates add --- .github/ISSUE_TEMPLATE/config.yml | 13 +++++++++ .github/ISSUE_TEMPLATE/question.yml | 21 +++++++++++++++ .github/ISSUE_TEMPLATE/spec_change.yml | 37 ++++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/question.yml create mode 100644 .github/ISSUE_TEMPLATE/spec_change.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..b9d7f9b9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,13 @@ +contact_links: + - name: GTFS.org + - url: https://gtfs.org/ + - about: The official reference for GTFS documentation. + - name: GTFS Changes Google Group + - url: https://groups.google.com/g/gtfs-changes + - about: Follow this group to get announcement on votes on the GTFS Schedule specification. + - name: GTFS Realtime Google Group + - url: https://groups.google.com/g/gtfs-realtime + - about: This group is the forum for discussing the GTFS Realtime specification, asking questions, and proposing changes. + - name: GTFS Slack Channel + url: https://share.mobilitydata.org/slack + about: Join the gtfs channel to discuss with other community members, and receive updates. diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 000000000..af28b569d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,21 @@ +name: Question +description: Ask a question or raise a problem without a proposed solution. +labels: ['question'] + +body: + - type: markdown + attributes: + value: > + #### Before submitting a question, please make sure there isn't an already [existing issue for it](https://github.com/google/transit/issues?q=+is%3Aissue+label%3Aquestion+). + - type: textarea + attributes: + label: Introduce yourself + description: > + If you are new to the specification, please introduce yourself (name and organization/link to your GTFS feed)! + validations: + required: false + - type: textarea + attributes: + label: Ask a question + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/spec_change.yml b/.github/ISSUE_TEMPLATE/spec_change.yml new file mode 100644 index 000000000..81a643684 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/spec_change.yml @@ -0,0 +1,37 @@ +name: Specification change +description: Propose a change to the specification. +labels: ['spec-change'] + +body: + - type: markdown + attributes: + value: > + #### Before submitting a new change, please make sure the same one isn't already [proposed in an issue](https://github.com/google/transit/issues). + - type: textarea + attributes: + label: Describe the problem + description: > + Describe what you are trying to achieve. + validations: + required: true + - type: textarea + attributes: + label: Use cases + description: > + Share examples of the scenarios you want the proposal to address, e.g GTFS-Fares v2 makes it possible to display the cost of a monthly pass. Show visuals of how it will appear to riders where relevant. [Here's a great example of communicating a complex use case](https://github.com/google/transit/pull/352#issuecomment-1284756181). + validations: + required: true + - type: textarea + attributes: + label: Proposed solution + description: > + A clear description of what you want to happen. + validations: + required: true + - type: textarea + attributes: + label: Additional information + description: > + Additional information that can help the community better understand your need. + validations: + required: false From 4b3eb50416d28ffaf4cf11bd8796f01203d7a4af Mon Sep 17 00:00:00 2001 From: isabelle-dr Date: Tue, 19 Dec 2023 15:57:15 -0500 Subject: [PATCH 2/3] Fix config.yml --- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b9d7f9b9a..17d090204 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,13 +1,13 @@ contact_links: - name: GTFS.org - - url: https://gtfs.org/ - - about: The official reference for GTFS documentation. + url: https://gtfs.org/ + about: The official reference for GTFS documentation. - name: GTFS Changes Google Group - - url: https://groups.google.com/g/gtfs-changes - - about: Follow this group to get announcement on votes on the GTFS Schedule specification. + url: https://groups.google.com/g/gtfs-changes + about: Follow this group to get announcement on votes on the GTFS Schedule specification. - name: GTFS Realtime Google Group - - url: https://groups.google.com/g/gtfs-realtime - - about: This group is the forum for discussing the GTFS Realtime specification, asking questions, and proposing changes. + url: https://groups.google.com/g/gtfs-realtime + about: This group is the forum for discussing the GTFS Realtime specification, asking questions, and proposing changes. - name: GTFS Slack Channel url: https://share.mobilitydata.org/slack about: Join the gtfs channel to discuss with other community members, and receive updates. From 5ede7db5f267e6d4b2082825b1d05293dc40437e Mon Sep 17 00:00:00 2001 From: Emma Blue <90632321+emmambd@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:48:22 -0500 Subject: [PATCH 3/3] Update link labels --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 17d090204..05ca3383a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ contact_links: - - name: GTFS.org + - name: GTFS Documentation url: https://gtfs.org/ about: The official reference for GTFS documentation. - - name: GTFS Changes Google Group + - name: GTFS Changes Mailing List url: https://groups.google.com/g/gtfs-changes about: Follow this group to get announcement on votes on the GTFS Schedule specification. - - name: GTFS Realtime Google Group + - name: GTFS Realtime Mailing List url: https://groups.google.com/g/gtfs-realtime about: This group is the forum for discussing the GTFS Realtime specification, asking questions, and proposing changes. - name: GTFS Slack Channel