mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-18 01:05:28 +00:00
de242d85f4
## Description - More cargo-make targets: - Disable all the built-in targets - Add steps that will otherwise fail on CI - Add checklist to PR template - Also point to cargo-make ## Breaking Changes n/a ## Notes & open questions I'm not sure if the pointer to cargo-make is clear enough. I considered making it a checkbox but that probably also gets annoying for frequent contributors.
25 lines
771 B
Markdown
25 lines
771 B
Markdown
## Description
|
|
|
|
<!-- A summary of what this pull request achieves and a rough list of changes. -->
|
|
|
|
## Breaking Changes
|
|
|
|
<!-- Optional, if there are any breaking changes document them, including how to migrate older code. -->
|
|
|
|
## Notes & open questions
|
|
|
|
<!-- Any notes, remarks or open questions you have to make about the -->
|
|
<!-- PR. -->
|
|
|
|
## Change checklist
|
|
<!-- Remove any that are not relevant. -->
|
|
- [ ] Self-review.
|
|
- [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant.
|
|
- [ ] Tests if relevant.
|
|
- [ ] All breaking changes documented.
|
|
|
|
<!--
|
|
tip:
|
|
Run `cargo make` in the workspace root to check many light-weight CI steps locally.
|
|
-->
|