forked from google/transit
-
Notifications
You must be signed in to change notification settings - Fork 0
review: adding issue templates #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
315c16d
Squashed commit of the following:
d79389f
Merge branch 'master' of https://github.com/MobilityData/transit
baf7f50
Merge branch 'master' of https://github.com/MobilityData/transit
323c668
Merge branch 'google:master' into master
6a4e186
Squashed commit of the following:
omar-kabbani c235031
Update README.md (#63)
emmambd 670bb42
issue templates
6aba475
update use cases section
emmambd 7dba1d5
update contact links
emmambd d6fd011
rename
emmambd 3c7c0be
Delete .github/ISSUE_TEMPLATE/spec_improvement.yml
emmambd 5cdd6c7
Merge branch 'master' into 311-issue-templates
emmambd d310ace
Merge branch 'master' of github.com:MobilityData/transit into 311-iss…
emmambd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| contact_links: | ||
| - name: Slack channel | ||
| url: https://share.mobilitydata.org/slack | ||
| about: Join the gtfs channel to discuss with other community members, and receive updates. |
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we could potentially add an "alternatives considered" section.
emmambd marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| name: Extension proposal | ||
| description: Propose a major change to the spec. Examples of extension proposal include [GTFS-Fares v2](https://gtfs.org/extensions/fares-v2/) or [GTFS-TripModifications](https://github.com/google/transit/issues/369). | ||
| labels: ['extension-proposal'] | ||
|
|
||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: > | ||
| #### Before submitting a new extension proposal, please make sure there isn't an already [existing extension proposal](https://gtfs.org/extensions/). | ||
| - type: textarea | ||
| attributes: | ||
| label: Describe the problem | ||
| description: > | ||
| Describe what you are trying to achieve, and how the spec is making it difficult. | ||
| 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. | ||
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| name: Spec improvement | ||
| description: Propose an update to the existing spec, such as clarifying descriptions or adding new fields. | ||
emmambd marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| labels: ['improvement'] | ||
|
|
||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: > | ||
| #### Before submitting a spec improvement, please make sure there isn't an already [existing issue](https://github.com/google/transit/issues?q=+is%3Aissue+label%3Aimprovement). | ||
| - type: textarea | ||
| attributes: | ||
| label: Describe the problem | ||
| description: > | ||
| Describe what you are trying to achieve, and how the spec is making it difficult. Describe any other means you currently use to get the job done or to have the information you need. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Use cases | ||
| description: > | ||
| Share examples of scenarios you want the improvement to address. [Here's a great example of communicating a complex use case](https://github.com/google/transit/pull/352#issuecomment-1284756181). | ||
emmambd marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Proposed solution | ||
| description: > | ||
| A clear description of what you want to happen that includes the GTFS files and fields affected. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Additional information | ||
| description: > | ||
| Additional information that can help the community better understand your need. | ||
| validations: | ||
| required: false | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.