Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Bug Report
description: Report a bug in fromager
labels: ["bug"]
title: "[Bug]: "
body:
- type: textarea
id: environment
attributes:
label: Environment
description: Details about your build environment.
value: |
- Fromager version:
- Python version:
- OS / architecture:
- Container or local:
validations:
required: true

- type: textarea
id: bug-description
attributes:
label: Bug description
description: Describe the bug you encountered.
value: |
**Expected behavior:**


**Actual behavior:**


**Steps to reproduce / logs:**
validations:
required: true
Loading