diff options
author | Raul Cuza <raulcuza@gmail.com> | 2010-03-13 16:24:10 -0500 |
---|---|---|
committer | Raul Cuza <raulcuza@gmail.com> | 2010-03-13 16:24:10 -0500 |
commit | b361b08d88456b5c53a0ef38b1ac0da26660a87a (patch) | |
tree | 6a46e1b4b91c29eb6590457806baed7ba9879600 | |
parent | fe026abed813e810c3980cc90904287fb5d48620 (diff) | |
download | bcfg2-b361b08d88456b5c53a0ef38b1ac0da26660a87a.tar.gz bcfg2-b361b08d88456b5c53a0ef38b1ac0da26660a87a.tar.bz2 bcfg2-b361b08d88456b5c53a0ef38b1ac0da26660a87a.zip |
Added a section to getting help for submitting a bug. This can be referrenced by other documents to create one place where we update how to create bugs. This will simplify updating the documentation if how bugs are submitted ever changes.
-rw-r--r-- | doc/gettinghelp.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/gettinghelp.txt b/doc/gettinghelp.txt index 03c146acc..8db873aa4 100644 --- a/doc/gettinghelp.txt +++ b/doc/gettinghelp.txt @@ -14,7 +14,12 @@ Having trouble? We'd like to help! * Ask a question in the `#bcfg2 IRC channel`_, or search the `IRC logs`_ to see if its been asked before. -* Report bugs with Bcfg2 in our `ticket tracker`_. +.. _report-a-bug: + +Report A Bug +************ + +Report bugs with Bcfg2 in our `ticket tracker`_. .. _Bcfg2 mailing list archives: http://trac.mcs.anl.gov/projects/bcfg2/wiki/MailingList .. _#bcfg2 IRC channel: irc://irc.freenode.net/bcfg2 |