Skip to content

Commit 3271132

Browse files
ryanpetrelloclaude
andcommitted
docs: make package name and command run optional
Not all bugs are tied to a specific package or command invocation. Co-Authored-By: Claude <claude@anthropic.com> Signed-off-by: Ryan Petrello <rpetrell@redhat.com>
1 parent 8e5ea69 commit 3271132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
description: The package involved in the failure.
1010
placeholder: "e.g., torch 2.5.1, numpy 2.1.0"
1111
validations:
12-
required: true
12+
required: false
1313

1414
- type: dropdown
1515
id: build-step
@@ -41,7 +41,7 @@ body:
4141
description: The exact fromager command with arguments.
4242
render: shell
4343
validations:
44-
required: true
44+
required: false
4545

4646
- type: textarea
4747
id: bug-description

0 commit comments

Comments
 (0)