mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Compare commits
4 Commits
cc822a1ec0
...
7d2e06adc2
Author | SHA1 | Date | |
---|---|---|---|
|
7d2e06adc2 | ||
|
f1b05fdca5 | ||
|
c6e1cb2009 | ||
|
297cc40074 |
54
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
54
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# SDRangel Issue Template
|
||||||
|
Please let us know how you use the software, and what you enjoy, or don't enjoy the most.
|
||||||
|
We are interested to find out how other people make use of this software.
|
||||||
|
|
||||||
|
#### From the Project Wiki:
|
||||||
|
*I ask you (as a User or Collaborator) to take the role of first level support.
|
||||||
|
It means you have to help me and not the opposite: you have to help me
|
||||||
|
understand the problem or what you think is a problem*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Subject or type of issue
|
||||||
|
* Describe your issue here.
|
||||||
|
* Is this a runtime or compilation issue?
|
||||||
|
* If compilation, where in the instructions are you stuck?
|
||||||
|
|
||||||
|
### SDR
|
||||||
|
* We always want to first rule out that there is no issue with your hardware
|
||||||
|
* Which SDR are you using?
|
||||||
|
* Which version of Driver do you have loaded for the SDR?
|
||||||
|
* If applicable, Can you prove SDR functionality with a loopback test?
|
||||||
|
* Have you tried power cycling the SDR or the machine connecting to the SDR? Sometimes a reset is all you need.
|
||||||
|
* Perhaps this is the issue, that the issue causes you to need to reset.
|
||||||
|
|
||||||
|
### Development environment
|
||||||
|
* Compilation instructions are given in terms of Ubuntu 21.04, have you tried to recreate the issue using this environment?
|
||||||
|
* CPU and RAM of your machine if applicable
|
||||||
|
|
||||||
|
### Actual behavior
|
||||||
|
* Tell us what happens.
|
||||||
|
* Be specific here, It is important that we be able to recreate the issue
|
||||||
|
* Please list any relevant information leading up to the issue
|
||||||
|
|
||||||
|
### Expected behavior
|
||||||
|
* Tell us what should happen
|
||||||
|
* Helps us ensure that you understand what you are trying to do so that we can rule out any user error.
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
|
* Tell us how to reproduce this problem. Include screenshots, where applicable
|
||||||
|
* If radio related, have you tried to reproduce with a different radio, if possible?
|
||||||
|
* Please list Center Frequency, bandwidth and any other applicable RF settings that are pertinent to the issue.
|
||||||
|
|
||||||
|
### Log Files
|
||||||
|
* Please read any pertinant log files!
|
||||||
|
* Attach any relevant information you find here.
|
10
.github/ISSUE_TEMPLATE/custom.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/custom.md
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
name: Custom issue template
|
||||||
|
about: Describe this issue template's purpose here.
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
45
IssueTemplate.md
Normal file
45
IssueTemplate.md
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
# SDRangel Issue Template
|
||||||
|
Please let us know how you use the software, and what you enjoy, or don't enjoy the most.
|
||||||
|
We are interested to find out how other people make use of this software.
|
||||||
|
|
||||||
|
#### From the Project Wiki:
|
||||||
|
*I ask you (as a User or Collaborator) to take the role of first level support.
|
||||||
|
It means you have to help me and not the opposite: you have to help me
|
||||||
|
understand the problem or what you think is a problem*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Subject or type of issue
|
||||||
|
* Describe your issue here.
|
||||||
|
* Is this a runtime or compilation issue?
|
||||||
|
* If compilation, where in the instructions are you stuck?
|
||||||
|
|
||||||
|
### SDR
|
||||||
|
* We always want to first rule out that there is no issue with your hardware
|
||||||
|
* Which SDR are you using?
|
||||||
|
* Which version of Driver do you have loaded for the SDR?
|
||||||
|
* If applicable, Can you prove SDR functionality with a loopback test?
|
||||||
|
* Have you tried power cycling the SDR or the machine connecting to the SDR? Sometimes a reset is all you need.
|
||||||
|
* Perhaps this is the issue, that the issue causes you to need to reset.
|
||||||
|
|
||||||
|
### Development environment
|
||||||
|
* Compilation instructions are given in terms of Ubuntu 21.04, have you tried to recreate the issue using this environment?
|
||||||
|
* CPU and RAM of your machine if applicable
|
||||||
|
|
||||||
|
### Actual behavior
|
||||||
|
* Tell us what happens.
|
||||||
|
* Be specific here, It is important that we be able to recreate the issue
|
||||||
|
* Please list any relevant information leading up to the issue
|
||||||
|
|
||||||
|
### Expected behavior
|
||||||
|
* Tell us what should happen
|
||||||
|
* Helps us ensure that you understand what you are trying to do so that we can rule out any user error.
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
|
* Tell us how to reproduce this problem. Include screenshots, where applicable
|
||||||
|
* If radio related, have you tried to reproduce with a different radio, if possible?
|
||||||
|
* Please list Center Frequency, bandwidth and any other applicable RF settings that are pertinent to the issue.
|
||||||
|
|
||||||
|
### Log Files
|
||||||
|
* Please read any pertinant log files!
|
||||||
|
* Attach any relevant information you find here.
|
Loading…
Reference in New Issue
Block a user