Skip to content

Commit 0736d24

Browse files
Update issue templates (rust-lang#1882)
Add new internal template and fix labels. Co-authored-by: Zyad Hassan <[email protected]>
1 parent 1f40c65 commit 0736d24

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
name: Bug Report
33
about: Create a bug report for Kani
4-
labels: bug
4+
title: ''
5+
labels: "[C] Bug"
6+
assignees: ''
7+
58
---
9+
610
<!--
711
If this is a security issue, please report it following the
812
[security reporting procedure](https://github.com/model-checking/kani/security/policy).
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Code / Infrastructure Improvement
3+
about: 'Internal issues that track improvements that don't affect Kani users, e.g.:
4+
CI, code clean up.'
5+
title: ''
6+
labels: "[C] Internal"
7+
assignees: ''
8+
9+
---
10+
11+
**Proposed change:**
12+
13+
**Motivation:**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
name: Feature Request
3-
about: Create a feature request for Kani
4-
labels:
3+
about: Request a new feature or improvement for Kani
4+
title: ''
5+
labels: "[C] Feature / Enhancement"
6+
assignees: ''
7+
58
---
9+
610
<!--
711
If this is a security issue, please report it following the
812
[security reporting procedure](https://github.com/model-checking/kani/security/policy).

0 commit comments

Comments
 (0)