Skip to content

Commit

Permalink
Update issue template (infra) (#1629)
Browse files Browse the repository at this point in the history
* Update issue template

Add two fields:

- Expected Result
- Actual Result

to make sure we better understand the expectations from the bug author.

* Modify placeholders
  • Loading branch information
pieqq authored Nov 29, 2024
1 parent a7b8eb7 commit 4057154
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,26 @@ body:
3. See error
validations:
required: true
- type: textarea
id: expected_result
attributes:
label: Expected Result
description: >
What should happen?
placeholder: |
The job passes because ... and all is green.
validations:
required: true
- type: textarea
id: actual_result
attributes:
label: Actual Result
description: >
What actually happens?
placeholder: |
The job fails because ... and everything is red!
validations:
required: true
- type: textarea
id: environment
attributes:
Expand Down

0 comments on commit 4057154

Please sign in to comment.