Compare commits

...

2 Commits

Author SHA1 Message Date
c2e38457b9 remove issue templates
Some checks failed
ESP-IDF Build / build (esp32, latest) (push) Failing after 3m22s
ESP-IDF Build / build (esp32, release-v5.5) (push) Failing after 56s
ESP-IDF Build / build (esp32c3, latest) (push) Failing after 56s
ESP-IDF Build / build (esp32c3, release-v5.5) (push) Failing after 56s
ESP-IDF Build / build (esp32c5, latest) (push) Failing after 54s
ESP-IDF Build / build (esp32c5, release-v5.5) (push) Has started running
ESP-IDF Build / build (esp32c6, latest) (push) Has been cancelled
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Has been cancelled
ESP-IDF Build / build (esp32h2, latest) (push) Has been cancelled
ESP-IDF Build / build (esp32h2, release-v5.5) (push) Has been cancelled
ESP-IDF Build / build (esp32p4, latest) (push) Has been cancelled
ESP-IDF Build / build (esp32p4, release-v5.5) (push) Has been cancelled
ESP-IDF Build / build (esp32s3, latest) (push) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Has been cancelled
Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
2025-09-16 21:04:51 +02:00
520c0c0efd move actions to gitea
Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
2025-09-16 21:04:40 +02:00
3 changed files with 1 additions and 59 deletions

View File

@@ -23,7 +23,7 @@ jobs:
build:
strategy:
matrix:
idf_ver: [release-v5.4, release-v5.5, latest]
idf_ver: [release-v5.5, latest]
idf_target:
[esp32, esp32c3, esp32c5, esp32c6, esp32h2, esp32p4, esp32s3]

View File

@@ -1,38 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

View File

@@ -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.