Skip to content

Commit ed9a2e0

Browse files
authored
Merge pull request #683 from synonymdev/fix/bug-template
fix: bug template
2 parents 9e6fb8c + f2a39b5 commit ed9a2e0

File tree

1 file changed

+13
-46
lines changed

1 file changed

+13
-46
lines changed
Lines changed: 13 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,38 @@
11
name: Bug Report
22
description: Report a bug in Bitkit Android
3-
title: ''
43
type: bug
54
body:
65
- type: textarea
76
id: description
87
attributes:
9-
label: Description
10-
description: Brief description of the issue or additional context
8+
label: What happened?
9+
placeholder: Describe the bug and what you expected instead
1110
validations:
12-
required: true
11+
required: false
1312

1413
- type: textarea
1514
id: steps
1615
attributes:
1716
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
17+
placeholder: |
18+
1. Go to...
19+
2. Tap on...
20+
3. See error
3021
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
22+
required: false
4023

4124
- type: textarea
42-
id: logs
25+
id: evidence
4326
attributes:
4427
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
28+
placeholder: Drag and drop files here
6229
validations:
6330
required: false
6431

6532
- type: input
66-
id: network
33+
id: environment
6734
attributes:
68-
label: Network
69-
placeholder: e.g., mainnet / regtest / local
35+
label: Environment
36+
placeholder: e.g., v2.0.0, Pixel 7, Android 14, mainnet
7037
validations:
7138
required: false

0 commit comments

Comments
 (0)