From fe5af7cc6dbbfd53c795f3226cd5ff9ca5d27f52 Mon Sep 17 00:00:00 2001 From: Erin A Date: Thu, 25 Mar 2021 15:09:26 -0400 Subject: [PATCH] Add contributing page --- _data/navigation.yml | 2 ++ contributing.md | 14 ++++++++++++++ assets1.md => media.md | 0 3 files changed, 16 insertions(+) create mode 100644 contributing.md rename assets1.md => media.md (100%) diff --git a/_data/navigation.yml b/_data/navigation.yml index f736576..18a3339 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -6,3 +6,5 @@ link: /about/ - name: Media link: /media/ +- name: Contributing + link: /contributing/ diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..3051a74 --- /dev/null +++ b/contributing.md @@ -0,0 +1,14 @@ +--- +layout: default +title: Contributing +permalink: /contributing/ +--- + +# How To Contribute + +If you would like to contribute to the GayBSD project, welcome! +You can contribute by editing the website, contributing code, submitting bug reports, fixing spelling errors, testing the OS, or even just spreading the word! + +If you would like to contribute to code/website design, please make an account on the [Gitea](https://git.bsd.gay). + +Please read the [docs](https://git.bsd.gay/web/docs) before contributing. diff --git a/assets1.md b/media.md similarity index 100% rename from assets1.md rename to media.md