From 9295811876037687edabafe86f703381d27690f2 Mon Sep 17 00:00:00 2001 From: Justin Ely Date: Wed, 2 Nov 2016 12:48:36 -0400 Subject: Doc updates (#30) * Add travis badge, instructions for contributing with issues * fix MD urls to rst syntax * re-word of legacy install to highlight python2.7 deps --- source/contributing.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source/contributing.rst') diff --git a/source/contributing.rst b/source/contributing.rst index efe157b..9e16e1a 100644 --- a/source/contributing.rst +++ b/source/contributing.rst @@ -11,6 +11,8 @@ Contributing Guide Guidelines ========== +.. attention:: + The following packaging guidelines are subject to change at any time. - Please be respectful when commenting on pull-requests or issues. @@ -21,6 +23,13 @@ Guidelines - Abandoned recipes may be moved into the ``deprecated`` directory at any time without warning. (i.e. The package no longer compiles, has been obsoleted, or presents a conflict that cannot be resolved, etc). - Packages derived from ``deprecated`` recipes will remain available in AstroConda for historical purposes (i.e. to preserve backwards compatibility). +Bugs, questions, and requests +============================= + +Please open a new issue or send us a pull request for bugs, feedback, questions, or enhancements. + +* For documentation issues use the `astroconda issue tracker `_ +* For recipe issues, use the `astroconda-contrib issue tracker `_ Adding a recipe to astroconda-contrib -- cgit