Skip to content

Commit

Permalink
Issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jun 23, 2024
1 parent 8d21ab1 commit 52b0830
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 2 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

**Firmware**

Which firmware file name and version you are using ?

**Description**

A clear and concise description of what the bug is.

**Board**

esp32dev, esp32s3, etc

**Ethernet adapter used ?**

If yes, please specify which one

**Stack trace**

Please provide the stack trace here taken with `monitor_filters = esp32_exception_decoder`.
**Any issue opened with a non readable stack trace will be ignored because not helpful at all.**

**Additional notes**

Add any other context about the problem here.

**Screenshots**

If applicable, add screenshots to help explain your problem.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
title: '[FEAT]'
labels: feature
assignees: ''

---
Expand Down
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Question
about: Describe your question
title: "[Q]"
labels: question
assignees: ''

---

**All question should be redirected to the forum!**

[https://github.com/mathieucarbou/YaSolR-OSS/discussions](https://github.com/mathieucarbou/YaSolR-OSS/discussions)

Thanks you!

0 comments on commit 52b0830

Please sign in to comment.