|
2 | 2 |
|
3 | 3 | ## Review Process Guidelines
|
4 | 4 |
|
5 |
| -- Packages are reviewed for quality, fit, documentation, clarity and the review process |
6 |
| - is quite similar to a manuscript review (see our [packaging guide](../authoring/overview) |
7 |
| - and [reviewing guide](../peer-review-guides/reviewer-guide) for more details). Unlike a |
8 |
| - manuscript review, this process will be an ongoing conversation. |
9 |
| -- Once all major issues and questions, and those addressable with reasonable effort, are |
10 |
| - resolved, the editor assigned to a package will make a decision (accept, hold, or |
11 |
| - reject). Rejections are usually done early (before the review process begins, see the |
12 |
| - aims and scope section). In rare cases a package may also not be on-boarded after |
13 |
| - review & revision. It is ultimately editor’s decision on whether or not to reject the |
14 |
| - package based on how the reviews are addressed. |
15 |
| -- Communication between authors, reviewers and editors will first and foremost take |
16 |
| - place on GitHub, although you can choose to contact the editor by email. When |
17 |
| - submitting a package, please make sure your GitHub notification settings make it |
18 |
| - unlikely you will miss a comment. |
19 |
| -- The author can choose to have their submission put on hold (editor applies the holding |
20 |
| - label). The holding status will be revisited every 3 months, and after one year the |
21 |
| - issue will be closed. |
22 |
| -- If the author hasn’t requested a holding label, but is simply not responding, we |
23 |
| - should close the issue within one month after the last contact intent. This intent |
24 |
| - will include a comment tagging the author, but also an email using the email address |
25 |
| - listed in the DESCRIPTION of the package which is one of the rare cases where the |
26 |
| - editor will try to contact the author by email. |
27 |
| -- If a submission is closed and the author wishes to re-submit, they’ll have to start a |
28 |
| - new submission. If the package is still in scope, the author will have to respond to |
29 |
| - the initial reviews before the editor starts looking for new reviewers. |
| 5 | +pyOpenSci packages are reviewed for quality, fit, scope, |
| 6 | +documentation and usability. The review process |
| 7 | +is similar to a manuscript review, however it has a stronger |
| 8 | +focus on Python packaging best practices. |
| 9 | + |
| 10 | +Unlike a manuscript review, our peer review process is be an ongoing conversation. Once all major issues and questions are addressed, the review editor package will make a decision to accept, hold, or reject the package. |
| 11 | + |
| 12 | +Rejections are usually done early in the process, before the review process begins. In rare cases a package may also not be on-boarded into the pyOpenSci ecosystem after review & revision. |
| 13 | + |
| 14 | +It is ultimately editor’s decision on whether or not to reject the package based on how the reviews are addressed. |
| 15 | + |
| 16 | +## Review communication approach |
| 17 | + |
| 18 | +Communication between authors, reviewers and editors takes |
| 19 | +place on GitHub. You can, however choose to contact the editor by email if needed. |
| 20 | + |
| 21 | +When submitting a package, please make sure that your GitHub notification settings are setup to notify you when you receive feedback on the review issue. |
| 22 | + |
| 23 | + |
30 | 24 |
|
31 | 25 | ## Submitting your package for review in other venues
|
32 | 26 |
|
|
0 commit comments