mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-23 01:01:30 +03:00
docs(contributing): clean up language
This commit is contained in:
parent
1cc12a180e
commit
a232a8c39d
@ -2,11 +2,8 @@
|
|||||||
|
|
||||||
Thanks for considering to contribute to Zellij!
|
Thanks for considering to contribute to Zellij!
|
||||||
|
|
||||||
**First**: if you're unsure or afraid of anything, just ask on our [Discord
|
**First**: if you're unsure of anything, feel free to ask on our [Discord
|
||||||
server](https://discord.gg/MHV3n76PDq) or submit the issue or pull request anyway. You
|
server](https://discord.gg/MHV3n76PDq). We're a friendly and welcoming bunch!
|
||||||
won't be yelled at for giving it your best effort. The worst that can happen is
|
|
||||||
that you'll be politely asked to change something. We appreciate any sort of
|
|
||||||
contributions, and don't want a wall of rules to get in the way of that.
|
|
||||||
|
|
||||||
# Code of Conduct
|
# Code of Conduct
|
||||||
|
|
||||||
@ -15,7 +12,9 @@ all contributors are expected to adhere to.
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
To build Zellij, we're using cargo-make – you can install it by running `cargo
|
To build Zellij, we're using cargo-make – you can install it by running `cargo
|
||||||
install --force cargo-make`. To edit a manpage mandown crate (`cargo install
|
install --force cargo-make`.
|
||||||
|
|
||||||
|
To edit our manpage, the mandown crate (`cargo install
|
||||||
mandown`) is used and the work is done on a markdown file in docs/MANPAGE.md.
|
mandown`) is used and the work is done on a markdown file in docs/MANPAGE.md.
|
||||||
|
|
||||||
Here are some of the commands currently supported by the build system:
|
Here are some of the commands currently supported by the build system:
|
||||||
|
Loading…
Reference in New Issue
Block a user