diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1216c36f2..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d6..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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.