Skip to content

Commit 522061e

Browse files
authored
Update CONTRIBUTING.rst
1 parent 7d6dc4d commit 522061e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CONTRIBUTING.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ workflow involving git, etc. Everything below is astroquery-specific.
88

99
We strongly encourage draft pull requests to be opened early in development.
1010
If you are thinking of contributing a new module, please open a pull request
11-
as soon as you start developing code and mark it "WIP" (work in progress).
11+
as soon as you start developing code and mark it as a Draft PR on github.
1212

1313

1414
New Features
@@ -64,7 +64,10 @@ Dependencies
6464
------------
6565
New contributions are generally not allowed to bring along additional dependencies.
6666

67-
File reading, table parsing, etc. should be done with astropy tables.
67+
The astropy ecosystem tools should be used whenever possible.
68+
For example, astropy.table should be used for table handling,
69+
astropy.io.ascii for ascii-table parsing, and astropy.units for unit and quantity
70+
handling.
6871

6972

7073

0 commit comments

Comments
 (0)