chore: bug report template

pull/120/head
Guenael, VA2GKA 2021-12-26 21:54:26 -05:00 zatwierdzone przez GitHub
rodzic 692a64efad
commit 6a5e843ecb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 10 dodań i 15 usunięć

Wyświetl plik

@ -1,32 +1,27 @@
---
name: Bug report
about: Thank you for helping our community to improve this application
about: ''
title: ''
labels: ''
labels: 'bug'
assignees: Guenael
---
**Describe the bug**
## Bug description
A clear and concise description of what the bug is.
**Setup & hardware used**
- Version of `rtlsdr-wsprd` & source (git pull or release archive)
## Setup & hardware used
- Version of `rtlsdr-wsprd` & source used (git pull or release archive for example)
- Version of `librtlsdr` intalled (with `ls -la /usr/lib/arm-linux-gnueabihf/librtlsdr.so.0`)
- Computer hardware (ex. RaspberryPi 3, Laptop with Intel processor, etc...)
- OS/Distro version (ex. `Raspbian GNU/Linux 10 (buster)`, or `cat /etc/os-release`)
- OS/Distro version (ex. `Raspbian GNU/Linux 10 (buster)`, or use `cat /etc/os-release`)
- Kernel used (with `uname -a`)
- Reference of your RTLsdr dongle in use (& info reported by `rtlsdr-wsprd` at start)
**Option used**
## Options used
Please provide the command line used with `rtlsdr-wsprd` and copy the first bloc that show the init. process.
**Optional Samples**
`rtlsdr-wsprd` allows to save samples with `-w <file prefix>` option, for debugging purpose.
You can open these files with an editor like Audacity and use the spectrogram to inspect your transmission. Zipping and adding these files could help to solve some issues.
## Samples (optionnal)
`rtlsdr-wsprd` allows to save samples with `-w <file prefix>` option, for debugging purpose. You can open these files with an editor like Audacity and use the spectrogram to inspect your signal. Zipping and adding these files could help to solve some issues.
**Additional context**
## Additional context
Add any other context about the problem here.
Thanks!!
Guenael