summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-09-29 16:17:06 +0200
committerGitHub <noreply@github.com>2021-09-29 16:17:06 +0200
commita232a8c39d0aa7ef8f54193d884129ff41577b80 (patch)
treeeed09fbb22c42300678a66ffdc76cb9cc7833bb3 /CONTRIBUTING.md
parent1cc12a180e045a6762925c3b7420a854eb9e81c5 (diff)
docs(contributing): clean up language
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4b9455b8c..2a7039c50 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,11 +2,8 @@
Thanks for considering to contribute to Zellij!
-**First**: if you're unsure or afraid of anything, just ask on our [Discord
-server](https://discord.gg/MHV3n76PDq) or submit the issue or pull request anyway. You
-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.
+**First**: if you're unsure of anything, feel free to ask on our [Discord
+server](https://discord.gg/MHV3n76PDq). We're a friendly and welcoming bunch!
# Code of Conduct
@@ -15,7 +12,9 @@ all contributors are expected to adhere to.
## Building
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.
Here are some of the commands currently supported by the build system: