Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bpozdena authored Mar 1, 2024
1 parent d010743 commit 65742a6
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Log**
If applicable, add relevant output from log file `/tmp/onedrive-gui/onedrive-gui.log`.

**System Info**
- Linux distribution: [e.g. Ubuntu 22.04]
- Desktop environment: [e.g. Gnome]
- Compositor: [e.g. Wayland]
- Python version: [e.g. 3.11]
- Version of OneDrive client [e.g. v2.4.25]

or output of bellow commands:
```sh
lsb_release -a
echo $XDG_CURRENT_DESKTOP
loginctl show-session $(awk '/tty/ {print $1}' <(loginctl)) -p Type | awk -F= '{print $2}'
python --version
onedrive --version
```

**OneDriveGUI info**
How did you install OneDriveGUI?: [AppImage/source/AUR]
What is the name of the AppImage file (if applicable)? : [e.g OneDriveGUI-1.x.x-x86_64.AppImage]


**Additional context**
Add any other context about the problem here.

0 comments on commit 65742a6

Please sign in to comment.