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