diff options
author | Justin Ely <ely@stsci.edu> | 2016-11-02 12:48:36 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-11-02 12:48:36 -0400 |
commit | 9295811876037687edabafe86f703381d27690f2 (patch) | |
tree | 19f021047574ebc4e5abd2d601b199ed0f7a0b2d /source/contributing.rst | |
parent | 35a4b74075c7c84e8ff5c7ed3d8d727514702017 (diff) | |
download | astroconda-9295811876037687edabafe86f703381d27690f2.tar.gz |
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
Diffstat (limited to 'source/contributing.rst')
-rw-r--r-- | source/contributing.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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 <https://github.com/astroconda/issue>`_ +* For recipe issues, use the `astroconda-contrib issue tracker <https://github.com/astroconda-contrib/issue>`_ Adding a recipe to astroconda-contrib |