-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify issue and PR templates with the other esp-idf- crates
- Loading branch information
1 parent
e9d6bfe
commit 3eaf1e1
Showing
5 changed files
with
46 additions
and
21 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
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 |
---|---|---|
@@ -1 +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
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-template/blob/main/esp-idf-template/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Deprecated | ||
|
||
### Breaking | ||
|
||
### Added | ||
|
||
### Fixed |