-
-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand contribution guidelines #2248
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2248 +/- ##
==========================================
+ Coverage 62.38% 62.40% +0.02%
==========================================
Files 131 131
Lines 16775 16777 +2
==========================================
+ Hits 10465 10470 +5
+ Misses 6310 6307 -3
Continue to review full report at Codecov.
|
CONTRIBUTING.rst
Outdated
For example, astropy.table should be used for table handling, | ||
astropy.io.ascii for ascii-table parsing, and astropy.units for unit and quantity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be convenient to have links to relevant astropy
documentation:
For example, astropy.table should be used for table handling, | |
astropy.io.ascii for ascii-table parsing, and astropy.units for unit and quantity | |
For example, `astropy.table` should be used for table handling, | |
`astropy.io.ascii` for ascii-table parsing, and `astropy.units` for unit and quantity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 - I think we have to link manually, though, not through intersphinx, b/c CONTRIBUTING is rendered by github
Co-authored-by: Eero Vaher <eero.vaher@gmail.com>
Co-authored-by: Brigitta Sipőcz <b.sipocz@gmail.com>
Thanks @keflavich! |
Our contributing guidelines were not explicit about dependencies and timing of PRs, so I suggest we expand those guidelines.