Skip to content

Commit 474da3c

Browse files
ryanpetrelloclaude
andcommitted
docs: add bug report issue template
Adds a structured GitHub issue form for bug reports with environment details and a prefilled description guiding reporters to include expected behavior, actual behavior, and logs. Co-Authored-By: Claude <claude@anthropic.com> Closes: #967 Signed-off-by: Ryan Petrello <rpetrell@redhat.com>
1 parent 9b399c8 commit 474da3c

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Bug Report
2+
description: Report a bug in fromager
3+
labels: ["bug"]
4+
title: "[Bug]: "
5+
body:
6+
- type: textarea
7+
id: environment
8+
attributes:
9+
label: Environment
10+
description: Details about your build environment.
11+
value: |
12+
- Fromager version:
13+
- Python version:
14+
- OS / architecture:
15+
- Container or local:
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: bug-description
21+
attributes:
22+
label: Bug description
23+
description: Describe the bug you encountered.
24+
value: |
25+
**Expected behavior:**
26+
27+
28+
**Actual behavior:**
29+
30+
31+
**Steps to reproduce / logs:**
32+
validations:
33+
required: true

0 commit comments

Comments
 (0)