From 03c369602758f49fdf37a29333add34388a24848 Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Mon, 26 Nov 2018 17:36:13 -0600 Subject: [PATCH] Add contribute.html --- _data/nav.yml | 2 ++ contribute.html | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 contribute.html diff --git a/_data/nav.yml b/_data/nav.yml index d0cb7e8..c7c122f 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -2,3 +2,5 @@ link: / - name: Docs link: /docs.html +- name: Contribute + link: /contribute.html diff --git a/contribute.html b/contribute.html new file mode 100644 index 0000000..54f5eda --- /dev/null +++ b/contribute.html @@ -0,0 +1,10 @@ +--- +title: Become a Contributer +--- +
Great! We want to have you on board! The best place to start would be on our Discord channel. That's where the community hangs out and it's the best place to ask questions and become familiar with the platform and with the codebase.
+If you want to start right now, feel free to fork our repos and try your hand at restoring something. You can then make a pull request to have your edits merged. We're also willing to give write access to contributers, so please introduce yourself in Discord. We want to meet you!
+That's ok! You should join our Discord too. We can never have too many eyes looking for bugs. Bug reporting is a great way to contribute, and we appreciate them. You can also help with documentation. This website is written with Jakyll on GitHub Pages, which means that you can add a guide simply by adding a markdown file to the repository. Writing a guide is also a great way to learn something more throroughly.
+Whatever your skill level, you're welcome in our community. Jump onto Discord and get involved!