Skip to content

Commit

Permalink
Fix issue template passing error (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhat-nguyen authored Nov 10, 2023
1 parent 0a22841 commit 98a6e19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
assignees:
- nhat-nguyen
body:
- type: markdown
attributes:
Expand All @@ -12,23 +10,23 @@ body:
- type: textarea
id: triton-python
attributes:
label: triton python code
label: Triton python code
description: Please copy and paste the triton python code that was used to generate the IR
render: mlir
- type: textarea
id: triton-ir
attributes:
label: triton IR
label: Triton IR
description: Please copy and paste the triton IR that results in the crash
render: mlir
- type: textarea
id: crash log
id: crash-log
attributes:
label: crash log
label: Crash log
description: Please copy and paste the crash log
render: shell
- type: textarea
id: what-happened
id: additional-info
attributes:
label: What happened?
label: Additional information
description: Please tell us any additional commands necessary to reproduce this crash
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
blank_issues_enabled: false
blank_issues_enabled: true

0 comments on commit 98a6e19

Please sign in to comment.