mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-31 11:17:15 +02:00
Pull request/Issue Templates and Readme update (#6577)
* Templates and readme * Templates_and_readme
This commit is contained in:
9
.github/ISSUE_TEMPLATE/Issue-report.yml
vendored
9
.github/ISSUE_TEMPLATE/Issue-report.yml
vendored
@ -39,7 +39,8 @@ body:
|
|||||||
label: Version
|
label: Version
|
||||||
description: What version of Arduino ESP32 are you running? If possible, consider updating to the latest version.
|
description: What version of Arduino ESP32 are you running? If possible, consider updating to the latest version.
|
||||||
options:
|
options:
|
||||||
- latest master
|
- latest master (checkout manually)
|
||||||
|
- latest development Release Candidate (RC-X)
|
||||||
- v2.0.2
|
- v2.0.2
|
||||||
- v2.0.1
|
- v2.0.1
|
||||||
- v2.0.0
|
- v2.0.0
|
||||||
@ -52,7 +53,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: IDE Name
|
label: IDE Name
|
||||||
description: What IDE are you using?
|
description: What IDE are you using?
|
||||||
placeholder: eg. Arduino IDE, PlatformIO, IDF component...
|
placeholder: eg. Arduino IDE, PlatformIO, Sloeber...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@ -101,8 +102,8 @@ body:
|
|||||||
id: sketch
|
id: sketch
|
||||||
attributes:
|
attributes:
|
||||||
label: Sketch
|
label: Sketch
|
||||||
description: Please provide your sketch/code which was run
|
description: Please provide full minimal sketch/code which can be run to reproduce your issue
|
||||||
placeholder: ex. related part of the code
|
placeholder: ex. Related part of the code to replicate the issue
|
||||||
render: cpp
|
render: cpp
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
21
.github/PULL_REQUEST_TEMPLATE.md
vendored
21
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,18 +1,23 @@
|
|||||||
*By completing this PR sufficiently, you help us to improve the quality of Release Notes*
|
*By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes*
|
||||||
|
|
||||||
### Checklist
|
### Checklist
|
||||||
1. [ ] Please provide specific title of the PR describing the change, including the component name (eg. *„Update of Documentation link on Readme.md“*)
|
1. [ ] Please provide specific title of the PR describing the change, including the component name (*eg. „Update of Documentation link on Readme.md“*)
|
||||||
2. [ ] Please provide related links (eg. Issue, other Project, submodule PR..)
|
2. [ ] Please provide related links (*eg. Issue which will be closed by this Pull Request*)
|
||||||
3. [ ] Please check [Contributing guide](https://docs.espressif.com/projects/arduino-esp32/en/latest/contributing.html)
|
3. [ ] Please **update relevant Documentation** if applicable
|
||||||
|
4. [ ] Please check [Contributing guide](https://docs.espressif.com/projects/arduino-esp32/en/latest/contributing.html)
|
||||||
|
|
||||||
*This entire section above can be deleted if all items are checked.*
|
*This entire section above can be deleted if all items are checked.*
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
## Summary
|
## Description of Change
|
||||||
Please describe your proposed PR and what it contains.
|
Please describe your proposed Pull Request and it's impact.
|
||||||
|
|
||||||
## Impact
|
## Tests scenarios
|
||||||
Please describe impact of your PR and it's function.
|
Please describe on what Hardware and Software combinations you have tested this Pull Request and how.
|
||||||
|
|
||||||
|
(*eg. I have tested my Pull Request on Arduino-esp32 core v2.0.2 with ESP32 and ESP32-S2 Board with this scenario*)
|
||||||
|
|
||||||
## Related links
|
## Related links
|
||||||
Please provide links to related issue, PRs etc.
|
Please provide links to related issue, PRs etc.
|
||||||
|
|
||||||
|
(*eg. Closes #number of issue*)
|
||||||
|
21
README.md
21
README.md
@ -2,13 +2,17 @@
|
|||||||
|
|
||||||
 [](https://docs.espressif.com/projects/arduino-esp32/en/latest/?badge=latest)
|
 [](https://docs.espressif.com/projects/arduino-esp32/en/latest/?badge=latest)
|
||||||
|
|
||||||
### Need help or have a question? Join the chat at [](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
### Need help or have a question? Join the chat at [](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) or [open a new Discussion](https://github.com/espressif/arduino-esp32/discussions)
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
- [Development Status](#development-status)
|
- [Development Status](#development-status)
|
||||||
- [Decoding Exceptions](#decoding-exceptions)
|
- [Development Planning](#development-planning)
|
||||||
- [Issue/Bug report template](#issuebug-report-template)
|
- [Documentation](#documentation)
|
||||||
|
- [Supported Chips](#supported-chips)
|
||||||
|
- [Decoding exceptions](#decoding-exceptions)
|
||||||
|
- [Issue/Bug report template](#issuebug-report-template)
|
||||||
|
- [Contributing](#contributing)
|
||||||
|
|
||||||
### Development Status
|
### Development Status
|
||||||
|
|
||||||
@ -16,9 +20,15 @@ Latest Stable Release [](https://github.com/espressif/arduino-esp32/releases/) [](https://github.com/espressif/arduino-esp32/releases/) [](https://github.com/espressif/arduino-esp32/releases/)
|
Latest Development Release [](https://github.com/espressif/arduino-esp32/releases/) [](https://github.com/espressif/arduino-esp32/releases/) [](https://github.com/espressif/arduino-esp32/releases/)
|
||||||
|
|
||||||
|
### Development Planning
|
||||||
|
|
||||||
|
Our Development is fully tracked on this public **[Roadmap 🎉](https://github.com/orgs/espressif/projects/3)**
|
||||||
|
|
||||||
|
For even more information you can take a look at [Sprint Meeting notes](https://github.com/espressif/arduino-esp32/discussions/categories/sprints-meeting-notes) or join [Monthly Community Meetings 🔔](https://github.com/espressif/arduino-esp32/discussions/categories/monthly-community-meetings)
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
You can use [Arduino-ESP32 Online Documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/) to get all information about this project.
|
You can use the [Arduino-ESP32 Online Documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/) to get all information about this project.
|
||||||
|
|
||||||
* [Getting Started](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html)
|
* [Getting Started](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html)
|
||||||
* [Installing (Windows, Linux and macOS)](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html)
|
* [Installing (Windows, Linux and macOS)](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html)
|
||||||
@ -36,6 +46,7 @@ Visit the [supported chips](https://docs.espressif.com/projects/arduino-esp32/en
|
|||||||
You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.
|
You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.
|
||||||
|
|
||||||
### Issue/Bug report template
|
### Issue/Bug report template
|
||||||
|
|
||||||
Before reporting an issue, make sure you've searched for similar one that was already created. Also make sure to go through all the issues labelled as [Type: For reference](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue+label%3A%22Type%3A+For+reference%22+).
|
Before reporting an issue, make sure you've searched for similar one that was already created. Also make sure to go through all the issues labelled as [Type: For reference](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue+label%3A%22Type%3A+For+reference%22+).
|
||||||
|
|
||||||
Finally, if you are sure no one else had the issue, follow the **Issue template** or **Feature request template** while reporting any [new Issue](https://github.com/espressif/arduino-esp32/issues/new/choose).
|
Finally, if you are sure no one else had the issue, follow the **Issue template** or **Feature request template** while reporting any [new Issue](https://github.com/espressif/arduino-esp32/issues/new/choose).
|
||||||
|
Reference in New Issue
Block a user