about summary refs log tree commit diff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-10-14 01:08:24 +0000
committerAlyssa Ross <hi@alyssa.is>2019-10-14 01:17:41 +0000
commit89f029b73d6d780207e2e213d50f54d3b7a234af (patch)
treeafb131d7a941c8ff692079b8ac656044cb01181b /CONTRIBUTING
parent44d0e0773c22ffe51fbd956885baa6d4106243eb (diff)
downloadwww-89f029b73d6d780207e2e213d50f54d3b7a234af.tar
www-89f029b73d6d780207e2e213d50f54d3b7a234af.tar.gz
www-89f029b73d6d780207e2e213d50f54d3b7a234af.tar.bz2
www-89f029b73d6d780207e2e213d50f54d3b7a234af.tar.lz
www-89f029b73d6d780207e2e213d50f54d3b7a234af.tar.xz
www-89f029b73d6d780207e2e213d50f54d3b7a234af.tar.zst
www-89f029b73d6d780207e2e213d50f54d3b7a234af.zip
A new website for a new era (of funding)
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING30
1 files changed, 30 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 0000000..2f1f8b2
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,30 @@
+----------------------------------------------------------------------
+This file provides instructions for contributing to the website hosted
+at <https://spectrum-os.org/>.  If you would like to contribute to the
+Spectrum operating system itself, please refer to the
+contributing.html file.
+----------------------------------------------------------------------
+
+Design tweaks, content updates, fixes (both factual and grammatical),
+and new content for the Spectrum website are all welcomed.
+
+Try to keep lines at around 70 characters, HTML out of the way as much
+as possible while still being valid (did you know <p> can
+self-close?), and CSS to a minimum.  We want to optimise for the
+website being as nice as possible to navigate in a text editor, to
+encourage people to edit and improve the website.
+
+Please send patches to devel@spectrum-os.org.  Instructions for how to
+do this are provided in the contributing.html file.
+
+It's helpful if people can see at a glance that your patch is for the
+website.  To help with this, Git provides a feature that will
+automatically prepend a prefix to the subject line of every patch
+message sent by it in a given repository.  You can configure it by
+running the following command in this Git repository:
+
+	git config sendemail.subjectPrefix "PATCH www"
+
+From now on, git-send-email(1) will automatically add "[PATCH www]" to
+the start of every patch sent for this repository, instead of the
+default "[PATCH]".
\ No newline at end of file