Sync edgetx to Gitea

This commit is contained in:
2026-08-03 16:37:20 +08:00
commit 14eb5a3fb9
5364 changed files with 2835009 additions and 0 deletions
+168
View File
@@ -0,0 +1,168 @@
name: 🐞 Bug
description: File a bug report
labels: ["bug 🪲", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Please note that this is not the place to make feature requests or ask for
help. For this, please use the [Discord server](https://discord.gg/wF9wUKnZ6H) or [Discussion forum](https://github.com/EdgeTX/edgetx/discussions).
- type: checkboxes
attributes:
label: Is there an existing issue for this problem?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: dropdown
id: component-affected
attributes:
label: What part of EdgeTX is the focus of this bug?
description: Is it the radio firmware, companion software or something else?
options:
- Transmitter firmware
- Companion
- Simulator
- Build system
- Other (Please specify below)
validations:
required: true
- type: textarea
attributes:
label: Current Behavior
description: A clean and concise description of what you're experiencing.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: What is it that you expected to happen?
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Push throttle up.
2. Push throttle down.
3. Flick SWC on and off three times.
4. See error.
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of EdgeTX software are you running?
options:
- 2.12.1
- 2.12.0
- 2.11.5
- 2.11.4
- 2.11.3
- 2.11.2
- 2.11.1
- 2.11.0
- 2.10.6
- 2.10.5
- 2.10.4
- 2.10.3
- 2.10.2
- 2.10.1
- 2.10.0
- 2.9.4
- 2.8.5
- Nightly (Please give date/commit below)
- Other (Please specify below)
validations:
required: true
- type: dropdown
id: transmitter
attributes:
label: Transmitter
description: |
What transmitter are you using? You can pick more than one if this is
affecting more than one transmitter.
multiple: true
options:
- BetaFPV LiteRadio3 Pro
- iFlight Commando8
- Fatfish F16
- Flysky EL18
- Flysky NB4+
- Flysky NV14
- Flysky PA01
- Flysky PL18/PL18EV
- Flysky ST16
- FrSky Q X7 / Q X7S (ACCST)
- FrSky Q X7 / Q X7S (ACCESS)
- FrSky X9D
- FrSky X9D+
- FrSky X9D+2019
- FrSky X9E / X9E Hall
- FrSky X9 Lite / Lite S
- FrSky X10 / X10S (ACCST)
- FrSky X10 Express / X10S Express (ACCESS)
- FrSky X12
- FrSky X-Lite / S / Pro
- HelloRadioSky V12
- HelloRadioSky V14
- HelloRadioSky V16
- Jumper T12
- Jumper T14
- Jumper T15
- Jumper T15 Pro
- Jumper T16
- Jumper T18
- Jumper T20/T20S
- Jumper T20 V2
- Jumper T-Lite
- Jumper T-Pro
- Jumper T-Pro V2
- RadioMaster Boxer
- RadioMaster GX12
- RadioMaster MT12
- RadioMaster Pocket
- RadioMaster T8
- RadioMaster TX12 / TX12MK2
- RadioMaster TX15
- RadioMaster TX16S / TX16SMK2
- RadioMaster TX16S MK3
- RadioMaster Zorro
- Other (Please specify below)
validations:
required: true
- type: dropdown
id: os-type
attributes:
label: "Operating System (OS)"
description: "If this relates to Companion or Simulator, what OSes are you are experiencing issues on?"
multiple: true
options:
- Linux
- macOS
- Windows
validations:
required: false
- type: input
id: os-version
attributes:
label: "OS Version"
description: "If this relates to Companion or Simulator, what OS version does this relate to?"
placeholder: "i.e. 10, Ubuntu 20.04, Big Sur"
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Screenshots? References? Anything that will give us more context about the issue you are encountering!
This includes if you are running customised firmware or have made hardware modifications to the transmitter
which could have some bearing on the issue.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
+14
View File
@@ -0,0 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: SD Card Pack - e.g. included Templates, Lua Widgets, Themes
url: https://github.com/EdgeTX/edgetx-sdcard/issues/new
about: If you have a request or issue with a Lua widget or something else that is part of the SD Card pack, please head over there to open an issue.
- name: SD Card Voice Pack
url: https://github.com/EdgeTX/edgetx-sdcard-sounds/issues/new/choose
about: If you have a request or issue with the sound card packs, please head over there to open an issue.
- name: Community Support
url: https://discord.gg/wF9wUKnZ6H
about: Please ask and answer support "how do I?" questions here.
- name: Discussion Forum
url: https://github.com/EdgeTX/edgetx/discussions
about: Please raise ideas, ask questions, discuss feature suggestions and showcase stuff here.
@@ -0,0 +1,54 @@
name: 🚀 Feature Request / Enhancement
description: Suggest an improvemnt to make EdgeTX even better!
labels: ["enhancement ✨"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
If your idea is still at the formulation stage, or you're not sure it would
be useful to many users, you can raise it as a discussion topic under [Ideas](https://github.com/EdgeTX/edgetx/discussions/categories/ideas)
or you can raise it on the [Discord server](https://discord.gg/wF9wUKnZ6H).
- type: checkboxes
attributes:
label: Is there an existing issue for this feature request?
description: |
Please search to see if an issue already exists for a feature, or perhaps one similar.
You can then comment and react so that we know know much interest there is in the feature request
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: It should do [...]
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: |
1. [...]
2. [...]
3. [...]
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: |
Add any other context, diagrams, illustations or screenshots about the feature request here.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false