Skip to content

Commit 716b34a

Browse files
committed
add issue templates
1 parent 73f77e2 commit 716b34a

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug in sinbo
4+
title: "[bug] "
5+
labels: bug
6+
---
7+
8+
## Description
9+
What went wrong?
10+
11+
## Steps to Reproduce
12+
1.
13+
2.
14+
3.
15+
16+
## Expected Behavior
17+
18+
19+
## Actual Behavior
20+
21+
22+
## Environment
23+
- OS:
24+
- sinbo version (`sinbo --version`):
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for sinbo
4+
title: "[feat] "
5+
labels: enhancement
6+
---
7+
8+
## What problem does this solve?
9+
10+
11+
## Proposed Solution
12+
13+
14+
## Alternatives Considered

0 commit comments

Comments
 (0)