Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 13 additions & 46 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,71 +1,38 @@
name: Bug Report
description: Report a bug in Bitkit Android
title: ''
type: bug
body:
- type: textarea
id: description
attributes:
label: Description
description: Brief description of the issue or additional context
label: What happened?
placeholder: Describe the bug and what you expected instead
validations:
required: true
required: false

- type: textarea
id: steps
attributes:
label: Steps to Reproduce
value: |
1.
2.
3.
validations:
required: true

- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened
placeholder: |
1. Go to...
2. Tap on...
3. See error
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What you expected to happen
validations:
required: true
required: false

- type: textarea
id: logs
id: evidence
attributes:
label: Logs / Screenshots / Recordings
description: Attach relevant logs, screenshots, or screen recordings
validations:
required: false

- type: input
id: version
attributes:
label: Bitkit Version
placeholder: e.g., 2.0.0 or commit SHA
validations:
required: false

- type: input
id: platform
attributes:
label: Platform
placeholder: e.g., Pixel 7 / Emulator / Android 14
placeholder: Drag and drop files here
validations:
required: false

- type: input
id: network
id: environment
attributes:
label: Network
placeholder: e.g., mainnet / regtest / local
label: Environment
placeholder: e.g., v2.0.0, Pixel 7, Android 14, mainnet
validations:
required: false
Loading