From 11fe8b0d69c741dea8f236b59ac9e3b5bf3e4753 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 15 Mar 2019 13:11:13 -0400 Subject: [PATCH 1/3] news fragment --- newsfragments/3003.other | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/3003.other diff --git a/newsfragments/3003.other b/newsfragments/3003.other new file mode 100644 index 000000000..e1875f5b5 --- /dev/null +++ b/newsfragments/3003.other @@ -0,0 +1 @@ +The contributor guidelines are now linked from the GitHub pull request creation page. From 99318ab363968d62f1a2c41c213649c0efc0adc7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 15 Mar 2019 13:11:21 -0400 Subject: [PATCH 2/3] Skeleton that mostly links to existing documentation --- .github/CONTRIBUTING.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/CONTRIBUTING.rst diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst new file mode 100644 index 000000000..c8f5093f1 --- /dev/null +++ b/.github/CONTRIBUTING.rst @@ -0,0 +1,20 @@ +.. -*- coding: utf-8 -*- + +.. This document is rendered on the GitHub PR creation page to guide + contributors. It is also rendered into the overall documentation. + +Contributing to Tahoe-LAFS +========================== + +As an open source project, +Tahoe-LAFS welcomes contributions of many forms. + +Examples of contributions include: + +* `Code patches `_ +* `Documentation improvements `_ +* `Bug reports `_ +* `Patch reviews `_ + +Before authoring or reviewing a patch, +please familiarize yourself with the `coding standard `_. From 66679887336f75d88434a0b322d74df05a9e4d48 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 15 Mar 2019 13:11:39 -0400 Subject: [PATCH 3/3] May as well link this into the main docs as well --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 7dcd5395f..566e78d4f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,6 +24,7 @@ Contents: frontends/download-status known_issues + ../.github/CONTRIBUTING servers helper @@ -64,4 +65,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` * :ref:`search` -