Skip to content

Commit

Permalink
Update resource issue template (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Feb 27, 2024
2 parents a0a3c20 + a697718 commit a6cea62
Showing 1 changed file with 40 additions and 41 deletions.
81 changes: 40 additions & 41 deletions .github/ISSUE_TEMPLATE/new_resource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,10 @@ body:
required: true
attributes:
label: Approved?
description: Has your content (document and headline) been approved by @esquared415? If No, please allow 3-5 business days for review by Erika.
multiple: false
description: Has your content (document and headline) been approved been approved for publication? If not, please confirm approval in [#comms-and-content](https://cal-itp.slack.com/archives/C01LVK0C4NS).
options:
- 'No'
- 'Yes'
- type: input
id: title
attributes:
label: Title
description: The title is used in list views on the home page and [https://calitp.org/resources](https://calitp.org/resources)
validations:
required: true
- "No"
- "Yes"
- type: checkboxes
id: cat-preferences
attributes:
Expand All @@ -35,37 +27,8 @@ body:
required: true
- label: Did you ensure there are no revision dates or numbers in the filename? Limit usage of revision numbers or dates unless commonly understood and expected by the audience. Avoid `report-june-2024.pdf`, `file-v1.2.pdf`. Allowed `GTFS-guidlines-v3.pdf`, as version 3 is an official version number.
required: true
- label: Did you run this PDF through Adobe Acrobat's Accessibility Checker, and ensure the PDF passes all accessibility checks?
- label: Did you run this PDF through Adobe Acrobat's Accessibility Checker, and ensure the PDF passes all accessibility checks? Please review [this checklist](https://docs.google.com/document/d/1CkXfHDuJ4fR2wikGrsgyt4Dib6YdY3AhFmYtsk4kQXg/edit#heading=h.ecbzu7qezn59) to get more information on accessibility and how to run accessibility checks.
required: true
- type: input
id: link
attributes:
label: Asset URL
description: The URL of the resource
placeholder: ex. link to a PDF from Google Drive
validations:
required: true
- type: dropdown
attributes:
label: Category
description: What category is this resource in?
multiple: false
options:
- Case studies
- Fact sheets & overviews
validations:
required: true
- type: dropdown
attributes:
label: Tag
description: What tag is this resource in?
multiple: false
options:
- Contactless payments
- Benefits
- GTFS
validations:
required: true
- type: dropdown
attributes:
label: Date - Year
Expand Down Expand Up @@ -99,3 +62,39 @@ body:
- "12"
validations:
required: true
- type: input
id: title
attributes:
label: Title
description: The title is used in list views on the home page and [https://calitp.org/resources](https://calitp.org/resources)
validations:
required: true
- type: input
id: link
attributes:
label: Asset URL
description: The URL of the resource
placeholder: ex. link to a PDF from Google Drive
validations:
required: true
- type: dropdown
attributes:
label: Category
description: What category is this resource in?
multiple: false
options:
- Case studies
- Fact sheets & overviews
validations:
required: true
- type: dropdown
attributes:
label: Tag
description: What tag is this resource in? (You may select more than one.)
multiple: true
options:
- Contactless payments
- Benefits
- GTFS
validations:
required: true

0 comments on commit a6cea62

Please sign in to comment.