We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f77e2 commit 716b34aCopy full SHA for 716b34a
2 files changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -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`):
.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,14 @@
+name: Feature Request
+about: Suggest an idea for sinbo
+title: "[feat] "
+labels: enhancement
+## What problem does this solve?
+## Proposed Solution
+## Alternatives Considered
0 commit comments