Skip to content

Commit

Permalink
misc: Add GH issue template (#3796)
Browse files Browse the repository at this point in the history
This PR adds:

- A GH issue/bug template
  • Loading branch information
compor authored Jan 29, 2025
1 parent 6cdfb16 commit 355c604
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug Report
about: Report a bug or unexpected behavior
title: ""
labels: bug
assignees: ''

---

### Description
A clear and concise description of the issue or bug.

### Expected vs Actual Behavior
Include what you expected to happen and what actually happened (e.g., when compared with upstream MLIR).

### Steps to Reproduce and a Minimal Working Example (MWE)
1. Describe the steps to reproduce the issue (commands, etc.).
2. If applicable, describe the environment (e.g., operating system, Python version, etc.).
3. Please make your reproducible example as small as possible.
It should be self-contained and easy to run.

### Additional Information
Any extra information that might help debug the issue.

0 comments on commit 355c604

Please sign in to comment.