mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 04:10:28 +00:00

* Add a CI workflow for checking links in .rs, .md, and .toml files accross esp-hal workspace fix dead links * exclude unpublished crate documentation's links * Add .lycheeignore with excluded links * play with patterns * don't forget to remove
1.2 KiB
1.2 KiB
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 xtask fmt-packages
command to ensure that all changed code is formatted correctly. - My changes were added to the
CHANGELOG.md
in the proper section. - I have added necessary changes to user code to the latest Migration Guide.
- My changes are in accordance to the esp-rs developer guidelines
Extra:
- I have read the CONTRIBUTING.md guide and followed its instructions.
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.