Skip to content

Commit 196eff1

Browse files
committed
use yml template instead to support issue type
1 parent 349afff commit 196eff1

2 files changed

Lines changed: 71 additions & 33 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: Bug Report
2+
description: Report a bug in Bitkit Android
3+
title: ''
4+
type: bug
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: Brief description of the issue or additional context
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: steps
16+
attributes:
17+
label: Steps to Reproduce
18+
value: |
19+
1.
20+
2.
21+
3.
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
id: actual
27+
attributes:
28+
label: Actual Behavior
29+
description: What actually happened
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: expected
35+
attributes:
36+
label: Expected Behavior
37+
description: What you expected to happen
38+
validations:
39+
required: true
40+
41+
- type: textarea
42+
id: logs
43+
attributes:
44+
label: Logs / Screenshots / Recordings
45+
description: Attach relevant logs, screenshots, or screen recordings
46+
validations:
47+
required: false
48+
49+
- type: input
50+
id: version
51+
attributes:
52+
label: Bitkit Version
53+
placeholder: e.g., 2.0.0 or commit SHA
54+
validations:
55+
required: false
56+
57+
- type: input
58+
id: platform
59+
attributes:
60+
label: Platform
61+
placeholder: e.g., Pixel 7 / Emulator / Android 14
62+
validations:
63+
required: false
64+
65+
- type: input
66+
id: network
67+
attributes:
68+
label: Network
69+
placeholder: e.g., mainnet / regtest / local
70+
validations:
71+
required: false

0 commit comments

Comments
 (0)