Skip to content

Commit

Permalink
review: adding issue templates (#64)
Browse files Browse the repository at this point in the history
* Squashed commit of the following:

commit 2e6887e
Author: scmcca <[email protected]>
Date:   Wed Feb 2 12:42:10 2022 -0500

    [Formatting fix] Add newlines before lists

    Improved syntax for different markdown parsers

commit 0033573
Author: Tristram Gräbener <[email protected]>
Date:   Fri Jan 28 15:54:00 2022 +0100

    Specify that the filename are case sensitive (google#300)

    Closes google#297

commit 23d877e
Author: scott christian mccallum <[email protected]>
Date:   Tue Jan 18 19:09:46 2022 -0500

    "Fields" and "Values" as non-header (google#302)

* Squashed commit of the following:

commit 9d5ebf1
Author: Guillaume Campagna <[email protected]>
Date:   Tue Jul 26 17:09:35 2022 -0400

    Add trip-to-trip transfers with in-seat option (google#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 <[email protected]>

    Co-authored-by: Nicholas Paun <[email protected]>
    Co-authored-by: Leonard Ehrenfried <[email protected]>

commit a132709
Author: McKenzie Maidl <[email protected]>
Date:   Tue Jul 26 13:58:04 2022 -0700

    addition of cause_detail and effect_detail to the spec (google#332)

commit 8993a24
Author: Zsombor Welker <[email protected]>
Date:   Mon Jul 25 14:49:40 2022 +0200

    Add WheelchairAccessible documentation (google#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 <[email protected]>
Co-authored-by: omar-kabbani <[email protected]>
Co-authored-by: Emma Jae Blue <[email protected]>
  • Loading branch information
4 people committed Dec 19, 2023
1 parent d3c211d commit 65ffbb0
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -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
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/spec_change.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 65ffbb0

Please sign in to comment.