mirror of https://github.com/lapce/lapce.git
Update CONTRIBUTING.md (#1887)
* Update CONTRIBUTING.md * Update CONTRIBUTING.md with Clippy information * Update commands in CONTRIBUTING.md
This commit is contained in:
parent
8044853ff0
commit
11d1df4e01
|
@ -22,6 +22,8 @@ If you encounter a bug when using Lapce, check the issues to see if anyone else
|
|||
|
||||
If you want to write some code, develop the documentation, or otherwise work on a certain feature or bug, let us know by replying to or creating an [issue](https://github.com/lapce/lapce/issues).
|
||||
|
||||
Run `cargo fmt --all` and `cargo clippy` on your code before submitting pull requests and fix any issues; this makes sure that the CI runs only fail on genuine build errors and not formatting/Clippy lints.
|
||||
|
||||
We are currently in the process of improving the documentation for new developers/code contributors. Feel free to get started, or post a message on [Discord](https://discord.gg/n8tGJ6Rn6D) to see what can be done.
|
||||
|
||||
## Contact
|
||||
|
|
Loading…
Reference in New Issue