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

@@ -100,8 +100,8 @@ Just fork the repository and start coding.
### Contribution Guidelines
- Check if your code passes `cargo fmt` and `cargo clippy`.
- Check if your code is self explanatory, if not it should be documented by comments.
See [CONTRIBUTING.md](https://github.com/topgrade-rs/topgrade/blob/master/CONTRIBUTING.md)
## Roadmap
- [ ] Add a proper testing framework to the code base.