mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Merge pull request #573 from tahoe-lafs/3003.contributor-guide
GitHub-detectable contributor guidelines.
This commit is contained in:
commit
d0a7147b2e
20
.github/CONTRIBUTING.rst
vendored
Normal file
20
.github/CONTRIBUTING.rst
vendored
Normal file
@ -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 <https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Patches>`_
|
||||||
|
* `Documentation improvements <https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Doc>`_
|
||||||
|
* `Bug reports <https://tahoe-lafs.org/trac/tahoe-lafs/wiki/HowToReportABug>`_
|
||||||
|
* `Patch reviews <https://tahoe-lafs.org/trac/tahoe-lafs/wiki/PatchReviewProcess>`_
|
||||||
|
|
||||||
|
Before authoring or reviewing a patch,
|
||||||
|
please familiarize yourself with the `coding standard <https://tahoe-lafs.org/trac/tahoe-lafs/wiki/CodingStandards>`_.
|
@ -24,6 +24,7 @@ Contents:
|
|||||||
frontends/download-status
|
frontends/download-status
|
||||||
|
|
||||||
known_issues
|
known_issues
|
||||||
|
../.github/CONTRIBUTING
|
||||||
|
|
||||||
servers
|
servers
|
||||||
helper
|
helper
|
||||||
@ -64,4 +65,3 @@ Indices and tables
|
|||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
|
||||||
|
1
newsfragments/3003.other
Normal file
1
newsfragments/3003.other
Normal file
@ -0,0 +1 @@
|
|||||||
|
The contributor guidelines are now linked from the GitHub pull request creation page.
|
Loading…
Reference in New Issue
Block a user