summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-09-17 18:14:05 +0100
committerStephen Finucane <stephen@that.guru>2018-09-19 11:34:59 +0100
commit15624c463b2dd4b9eee390afc2d47d76f9a7d12b (patch)
treee08a54ee2f383d597b2928666b7ee8b82b5e1458 /CONTRIBUTING.rst
parente874c76c4eac2b10039e8bb111344e1dee8d1219 (diff)
downloadpatchwork-15624c463b2dd4b9eee390afc2d47d76f9a7d12b.tar
patchwork-15624c463b2dd4b9eee390afc2d47d76f9a7d12b.tar.gz
docs: Note new requirement to include a SPDX line
Add some wording around the requirement to include this line instead of the license header. Also note the requirement that all code be licensed using the 'GPL-2.0-or-later' license and add a CONTRIBUTING document, which GitHub likes. Signed-off-by: Stephen Finucane <stephen@that.guru> Reviewed-by: Veronika Kabatova <vkabatov@redhat.com>
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000..131e2dc
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,6 @@
+Contributing
+============
+
+For guidelines on contributing, refer to the `contributors documentation`__.
+
+__ https://patchwork.readthedocs.io/en/latest/development/contributing/