docs: CONTRIBUTING.md (#439)

This commit is contained in:
SteveLauC
2023-05-26 15:34:20 +08:00
committed by GitHub
parent cb7adc8ced
commit d75782892e
3 changed files with 123 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
## Standards checklist:
- [ ] The PR title is descriptive.
- [ ] I have read `CONTRIBUTING.md`
- [ ] The code compiles (`cargo build`)
- [ ] The code passes rustfmt (`cargo fmt`)
- [ ] The code passes clippy (`cargo clippy`)