diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..7912af8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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