summaryrefslogtreecommitdiffstats
path: root/doc/development/index.txt
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-05 11:29:42 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-06 07:53:40 -0400
commit9b10ec5537630fb38f8ece6de146e1b884b58ddf (patch)
tree038fcf1517c317afceefd37fe5429428b3b8e38d /doc/development/index.txt
parentcd7b0b3d40a5a340d5b47819f94a21c9faf23120 (diff)
downloadbcfg2-9b10ec5537630fb38f8ece6de146e1b884b58ddf.tar.gz
bcfg2-9b10ec5537630fb38f8ece6de146e1b884b58ddf.tar.bz2
bcfg2-9b10ec5537630fb38f8ece6de146e1b884b58ddf.zip
improving plugin development docs
Diffstat (limited to 'doc/development/index.txt')
-rw-r--r--doc/development/index.txt17
1 files changed, 3 insertions, 14 deletions
diff --git a/doc/development/index.txt b/doc/development/index.txt
index 2a54bfad8..a8c3b4795 100644
--- a/doc/development/index.txt
+++ b/doc/development/index.txt
@@ -10,20 +10,9 @@ There are many ways to get involved in Bcfg2 development. Here we will
outline some things that can help you get familiar with the various
areas of the Bcfg2 code.
-
-Send patches to the :ref:`help-mailinglist` or create a trac
-`ticket <https://trac.mcs.anl.gov/projects/bcfg2/newticket>`_
-with the patch included. In order to submit a ticket via the
-trac system, you will need to create a session by clicking on the
-`Preferences <https://trac.mcs.anl.gov/projects/bcfg2/prefs>`_ link and
-filling out/saving changes to the form. In order to be considered for
-mainline inclusion, patches need to be BSD licensed. The most convenient
-way to prepare patches is by using ``git diff`` inside of a source tree
-checked out of git.
-
-The source tree can be checked out by running::
-
- git clone git://git.mcs.anl.gov/bcfg2.git
+The easiest way to submit a patch is to submit a pull request on
+Github. You can fork and clone the source tree at
+https://github.com/bcfg2/Bcfg2
Users wishing to contribute on a regular basis can apply for direct
git access. Mail the :ref:`help-mailinglist` for details.