Link the new labels doc in contributing and hacking docs

This commit is contained in:
rallytime 2015-05-05 13:23:08 -06:00
parent 644201aed8
commit 475a32d3aa
2 changed files with 14 additions and 0 deletions

View File

@ -349,6 +349,13 @@ And ``upstream`` is the name of the remote pointing to the main Salt repo.
git push -u origin bp-1234
Issue and Pull Request Labeling System
======================================
SaltStack uses several labeling schemes to help facilitate code contributions
and bug resolution. See the :doc:`<labels-and-milestones>` documentation for
more information.
.. _`saltstack/salt`: https://github.com/saltstack/salt
.. _`GitHub Fork a Repo Guide`: https://help.github.com/articles/fork-a-repo
.. _`GitHub issue tracker`: https://github.com/saltstack/salt/issues

View File

@ -286,3 +286,10 @@ Run the test suite with following command:
./setup.py test
See :doc:`here <tests/index>` for more information regarding the test suite.
Issue and Pull Request Labeling System
--------------------------------------
SaltStack uses several labeling schemes to help facilitate code contributions
and bug resolution. See the :doc:`<labels-and-milestones>` documentation for
more information.