Skip to content

Commit

Permalink
feat(github): add Slack thread to Release issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Oct 18, 2024
1 parent 171064f commit 22adc0b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body:
description: GitHub handle of who is responsible for smoke testing this release
placeholder: "@cal-itp-bot"
validations:
required: true
required: false
- type: input
id: version
attributes:
Expand All @@ -48,6 +48,14 @@ body:
placeholder: YYYY.0M.R
validations:
required: true
- type: input
id: slack
attributes:
label: Slack thread
description: Link to the Slack thread for this release
placeholder: "https://slack.com/archives/ABC/XZY"
validations:
required: false
- type: markdown
attributes:
value: |
Expand Down

0 comments on commit 22adc0b

Please sign in to comment.