Skip to content

Commit

Permalink
Update bug.yml (#31947)
Browse files Browse the repository at this point in the history
- Add an "Infrastructure" option for issues related to CICD, github etc.
- Set the default for priorities to priority 2 as implied by the text already. (I could not find the docs for this but found an example here: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository)
  • Loading branch information
aaltay authored Jul 23, 2024
1 parent 53a804e commit 04dd443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ body:
- "Priority: 2 (default / most bugs should be filed as P2)"
- "Priority: 1 (data loss / total loss of function)"
- "Priority: 0 (outage / urgent vulnerability)"
default: 1
validations:
required: true
- type: checkboxes
Expand All @@ -68,6 +69,7 @@ body:
- label: "Component: Beam playground"
- label: "Component: Beam katas"
- label: "Component: Website"
- label: "Component: Infrastructure"
- label: "Component: Spark Runner"
- label: "Component: Flink Runner"
- label: "Component: Samza Runner"
Expand Down

0 comments on commit 04dd443

Please sign in to comment.