Skip to content

Commit

Permalink
Merge pull request #759 from drowe67/ms-problem-template
Browse files Browse the repository at this point in the history
Add GH issue template for software bugs.
  • Loading branch information
tmiw authored Oct 21, 2024
2 parents ac96073 + 8e3eccb commit 060406a
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/problem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Software Issue
description: Report a problem with the FreeDV application
title: "[Software Issue] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thank you for submitting a bug report! We are a small team, so your help is needed to reduce the amount
of work required to duplicate and fix your issue. Please fill out the following form as best as you're
able.
- type: dropdown
id: platform
attributes:
label: Platform
description: What operating system are you using?
options:
- "Linux"
- "macOS"
- "Windows"
- "Other (not supported)"
- type: input
id: platform-version
attributes:
label: Platform Version
description: What version of your operating system are you using?
validations:
required: true
- type: input
id: freedv-version
attributes:
label: FreeDV Version
description: What version of FreeDV are you using? (If using a test or preview build, please specify the Git hash from About in the Help menu.)
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Please specify the exact steps required to duplicate the issue.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: What behavior did you expect by following the above steps?
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: What behavior actually happened? Screenshots/video would especially be helpful, although not required.
validations:
required: true
- type: textarea
id: additional-comments
attributes:
label: Additional Comments
description: Any additional comments you may have can be specified here.
2 changes: 2 additions & 0 deletions USER_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
3. Build system:
* Allow overrriding the version tag when building. (PR #727)
* Update wxWidgets to 3.2.5. (PR #731)
4. Miscallenous:
* Add issue template for SW bugs. (PR #759)

## V1.9.9.2 June 2024

Expand Down

0 comments on commit 060406a

Please sign in to comment.