CONTRIBUTING.rst Patch

Patch Pony <[email protected]> Thu, 23 Jul 2015 19:34:00 +0000 (UTC)
Newsgroups gmane.comp.lang.dylan.gwydion.devel
Message-ID <[email protected]>
Submitted for your approval.  The patch needs to be applied to CONTRIBUTING.rst in the root directory of:


https://github.com/dylan-lang/opendylan.

Thank you,

--Patch Pony


----8<----snip----8<----
--- CONTRIBUTING.rst	2015-07-23 19:28:33.713191110 +0000
+++ CONTRIBUTING_new.rst	2015-07-23 19:28:16.401191719 +0000
@@ -8,8 +8,8 @@
have something in mind that isn't there, feel free
to `talk with us <http://opendylan.org/community/>`_.

-Making Changes
---------------
+Making Changes on GitHub
+------------------------

* Fork the repository. You will need to have a GitHub
account to do this.
@@ -20,6 +20,13 @@
* Push your changes to your fork on GitHub.
* Submit a pull request with your changes.

+Making Changes with a Patch
+---------------------------
+
+* Create a patch for the files you have changed. (See `this <https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/>`_ for detailed instructions on creating a patch for git.)
+* Send the patch by email to: https://lists.opendylan.org/mailman/listinfo/hackers
+* We will let you know by return email if your patch is accepted or rejected (and the reasons). 
+
Guidelines
----------

----8<----snip----8<----