## esp-rs work prioritization
A list of all milestone issues (across all projects) is available here: https://github.com/orgs/esp-rs/projects/2.
The general priority is as follows
1) Making some headway on the book milestone very important. We can't release esp-hal proper until this is done. The sections are a bit more clear on what we should include after our book meetings. Check the relevant issue for a comment with the latest actionable items
2) esp-hal
* bug issues should be triaged/resolved, please add relevant issues to the rc.1 milestone
* Please keep up with reviews in esp-hal (especially for community contributions), they rack up quite quickly.
* Goes without saying, but no need to work on anything else in esp-hal, the other projects below have higher priority than feature requests or enhancements to the hal
3) There are some example restructure tasks available here: https://github.com/esp-rs/esp-hal/issues/3830.
4) There are some espflash related tasks available here: https://github.com/esp-rs/espflash/milestone/4
5) Lastly, there are some esp-wifi related tasks: https://github.com/esp-rs/esp-hal/milestone/13, but please avoid the larger, open ended ones for now. Issues like https://github.com/esp-rs/esp-hal/issues/3825 which can be one-shot via a single PR are ideal.
6) New chip support (once PACs etc) are in place will be blocked by this issue: https://github.com/esp-rs/esp-hal/issues/2390 making headway here will be extremely helpful. This likely would involve talking to Roman a bit to figure out a plan forward.