-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: ["bug", "status:needs-attention"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug description | ||
|
||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
## To Reproduce | ||
|
||
<!-- Steps to reproduce the behavior. --> | ||
1. ... | ||
2. ... | ||
|
||
<!-- Please share the minimal repro of the issue where the bug can be reproduced. --> | ||
|
||
<!-- Make sure you are able to reproduce the bug in the `main` branch, too. --> | ||
|
||
## Expected behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. Attach screenshots if needed. --> | ||
|
||
## Environment | ||
|
||
- Crate (`esp-idf-hal`) version: [e.g. 0.44.1; type master if you use the crate from the GIT master branch] | ||
- ESP-IDF branch or tag: [e.g. release/v5.2, v5.2.1, etc.] | ||
- Target device: [e.g. ESP32-S3] <!-- Use `espflash board-info` to get the target device iformation. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ask questions in Matrix channel | ||
url: https://matrix.to/#/#esp-rs:matrix.org | ||
about: Ask any questions directly in our Matrix channel. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: ["enhancement", "status:needs-attention"] | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Motivations | ||
|
||
<!-- If your feature request is related to a problem, please describe it. --> | ||
|
||
## Solution | ||
|
||
<!-- Describe the solution you'd like. --> | ||
|
||
## Alternatives | ||
|
||
<!-- Describe any alternative solutions or features you've considered. --> | ||
|
||
## Additional context | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Thank you for your contribution! | ||
|
||
We appreciate the time and effort you've put into this pull request. | ||
To help us review it efficiently, please ensure you've gone through the following checklist: | ||
|
||
### Submission Checklist 📝 | ||
- [ ] I have updated existing examples or added new ones (if applicable). | ||
- [ ] I have used `cargo fmt` command to ensure that all changed code is formatted correctly. | ||
- [ ] I have used `cargo clippy` command to ensure that all changed code passes latest Clippy nightly lints. | ||
- [ ] My changes were added to the [`CHANGELOG.md`](https://github.com/esp-rs/esp-idf-sys/blob/main/esp-idf-sys/CHANGELOG.md) in the **_proper_** section. | ||
|
||
### Pull Request Details 📖 | ||
|
||
#### Description | ||
Please provide a clear and concise description of your changes, including the motivation behind these changes. The context is crucial for the reviewers. | ||
|
||
#### Testing | ||
Describe how you tested your changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters