From 65ffbb0247906e87eefba46489b3ca751b4e68eb Mon Sep 17 00:00:00 2001 From: Emma Blue <90632321+emmambd@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:47:44 -0500 Subject: [PATCH] review: adding issue templates (#64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Squashed commit of the following: commit 2e6887ea16b689d8ebc70ad334ac8abb2f94a66e Author: scmcca Date: Wed Feb 2 12:42:10 2022 -0500 [Formatting fix] Add newlines before lists Improved syntax for different markdown parsers commit 00335731dc2893681d8b8611533bdfe7045f386b Author: Tristram Gräbener Date: Fri Jan 28 15:54:00 2022 +0100 Specify that the filename are case sensitive (#300) Closes #297 commit 23d877e5bc6a7f7d8721d32b792a0fc8ddd6c4c0 Author: scott christian mccallum Date: Tue Jan 18 19:09:46 2022 -0500 "Fields" and "Values" as non-header (#302) * Squashed commit of the following: commit 9d5ebf1277f83178ba041de208f200d2d00cf5e7 Author: Guillaume Campagna Date: Tue Jul 26 17:09:35 2022 -0400 Add trip-to-trip transfers with in-seat option (#303) * Add trip-to-trip transfers with in-seat option * Fix stop_id are **Conditionally Required** and formatting * Add clarification about potential conflict * Fix typo Co-authored-by: Leonard Ehrenfried Co-authored-by: Nicholas Paun Co-authored-by: Leonard Ehrenfried commit a1327095811f6c388f5ea48272805a73e4ae4c5c Author: McKenzie Maidl <40008048+mckenzie-maidl-ibigroup@users.noreply.github.com> Date: Tue Jul 26 13:58:04 2022 -0700 addition of cause_detail and effect_detail to the spec (#332) commit 8993a244f3e90ebac5654d669adbfdf69a70be2d Author: Zsombor Welker Date: Mon Jul 25 14:49:40 2022 +0200 Add WheelchairAccessible documentation (#340) * Update README.md (#63) * issue templates * update use cases section * update contact links * rename * Delete .github/ISSUE_TEMPLATE/spec_improvement.yml --------- Co-authored-by: scmcca Co-authored-by: omar-kabbani <78552622+omar-kabbani@users.noreply.github.com> Co-authored-by: Emma Jae Blue --- .github/ISSUE_TEMPLATE/config.yml | 13 +++++++++ .github/ISSUE_TEMPLATE/question.yml | 21 +++++++++++++++ .github/ISSUE_TEMPLATE/spec_change.yml | 37 ++++++++++++++++++++++++++ README.md | 2 ++ 4 files changed, 73 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 diff --git a/README.md b/README.md index 33103def5..52d9d7537 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +MobilityData's internal fork of the Official GTFS Specification repository. This fork is used to draft pull requests before sharing them on the official repo. [Go to the official repo to ask questions and open issues](https://github.com/google/transit). + The repository contains specification to manipulate General Transit Feed Specification (GTFS) and GTFS Realtime: * [GTFS](/gtfs/README.md)