19 lines
554 B
Markdown
19 lines
554 B
Markdown
## Thank you!
|
|
|
|
Thank you for your contribution.
|
|
Please make sure that your submission includes the following:
|
|
|
|
### Must
|
|
|
|
- [ ] The code compiles without `errors` or `warnings`.
|
|
- [ ] All examples work.
|
|
- [ ] `cargo fmt` was run.
|
|
- [ ] Your changes were added to the `CHANGELOG.md` in the proper section.
|
|
- [ ] You updated existing examples or added examples (if applicable).
|
|
- [ ] Added examples are checked in CI
|
|
|
|
### Nice to have
|
|
|
|
- [ ] You add a description of your work to this PR.
|
|
- [ ] You added proper docs for your newly added features and code.
|