Skip to content

Commit

Permalink
chore: fix the issue template (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Nov 12, 2024
1 parent a6e6cc2 commit 6dee25d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ body:
id: overview
attributes:
label: Overview
value:
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -44,12 +43,6 @@ body:
```
Other related code such as local Registry
```
```
GitHub Actions' log
```
Expand All @@ -60,23 +53,14 @@ body:
id: expected-behaviour
attributes:
label: Expected behaviour
value:
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
value:
validations:
required: true
- type: textarea
id: important-factoid
attributes:
label: Important Factoids
value:
validations:
required: false
- type: textarea
id: note
attributes:
Expand Down

0 comments on commit 6dee25d

Please sign in to comment.