Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve bug report template #3528

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
55 changes: 41 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,52 @@
<!--
This is a bug report tracker. New features are discussed in the forum: https://support.delta.chat

Please fill out as much of this form as you can (leaving out stuff that is not applicable is ok).
-->

---
name: Bug report
name: 🐞 Bug report
about: Report something that isn't working.
title: ''
assignees: ''
labels: bug
---

<!--
This is a bug report tracker. New features are discussed in the forum: https://support.delta.chat

Please fill out as much of this form as you can (leaving out stuff that is not applicable is ok).
-->
### 🐞 Describe the Bug

A clear and concise description of what the bug is.

---

### 🔍 Steps to Reproduce

- Android version:
- Device:
- Delta Chat version:
- Expected behavior:
- Actual behavior:
- Steps to reproduce the problem:
- Screenshots:
- Logs:
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

---

### 🤔 Expected Behavior

A clear and concise description of what you expected to happen.

---

### 📚 Context
- **Delta Chat version**:
- **Android version**:
- **Device**:

---

### 📸 Screenshots

---

### 📋 Logs

<!--
Debug logs can be copied from within the Delta Chat app with
Expand All @@ -31,4 +58,4 @@ Alternatively from the Android system log:
Logs may contain private data
which shall be removed or anonymised prior to posting.
-->

---