File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ Please see `astropy's contributing guildelines
6
6
<http://www.astropy.org/contribute.html> `__ for a general guide to the
7
7
workflow involving git, etc. Everything below is astroquery-specific.
8
8
9
+ We strongly encourage draft pull requests to be opened early in development.
10
+ 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 as a Draft PR on github.
12
+
13
+
9
14
New Features
10
15
------------
11
16
We welcome any and all new features! If you have your own little query tool
@@ -55,6 +60,17 @@ method is a wrapper around the `requests.request` function that provides
55
60
important astroquery-specific utility, including caching, HTTP header
56
61
generation, progressbars, and local writing-to-disk.
57
62
63
+ Dependencies
64
+ ------------
65
+ New contributions are generally not allowed to bring along additional dependencies.
66
+
67
+ The astropy ecosystem tools should be used whenever possible.
68
+ For example, `astropy.table ` should be used for table handling,
69
+ or `astropy.units ` for unit and quantity
70
+ handling.
71
+
72
+
73
+
58
74
.. _astroquery API : docs/api.rst
59
75
.. _template : docs/template.rst
60
76
.. _requests : http://docs.python-requests.org/en/master/
You can’t perform that action at this time.
0 commit comments