Skip to content

Commit 0afa334

Browse files
Update issue templates
- Include the `cranelift` label for Cranelift bug reports - Add a Wasmtime bug report template
1 parent 0721278 commit 0afa334

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

.github/ISSUE_TEMPLATE/blank-issue.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
22
name: Blank Issue
33
about: Create a blank issue.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
48
---
9+
10+

.github/ISSUE_TEMPLATE/clif-bug-report.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
2-
name: "Cranelift Bug report"
3-
about: "Report a bug or a crash in Cranelift."
4-
labels: 'bug'
2+
name: Cranelift Bug report
3+
about: Report a bug or a crash in Cranelift.
4+
title: 'Cranelift: '
5+
labels: bug, cranelift
6+
assignees: ''
7+
58
---
69

710
Thanks for opening a bug report! Please answer the questions below

.github/ISSUE_TEMPLATE/improvement.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2-
name: "Improvement"
3-
about: "A feature request or code improvement."
2+
name: Improvement
3+
about: A feature request or code improvement.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
48
---
59

610
<!-- Please try to describe precisely what you would like to do in
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Wasmtime bug report
3+
about: Report a bug or a crash in Wasmtime
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
Thanks for opening a bug report! Please answer the questions below
11+
if they're relevant and delete this text before submitting.
12+
13+
- What are the steps to reproduce the issue?
14+
- What do you expect to happen? What does actually happen? Does it panic, and
15+
if so, with which assertion?
16+
- Which Wasmtime version / commit hash / branch are you using?
17+
- If relevant, can you include some extra information about your environment?
18+
(Rust version, operating system, architecture...)

0 commit comments

Comments
 (0)