Skip to content
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

Add warning on how to contact reviewers consistently #202

Merged
merged 2 commits into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _static/matomo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ _paq.push(['enableLinkTracking']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='//cdn.matomo.cloud/pyopensci.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();

6 changes: 5 additions & 1 deletion how-to/editors-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Once the above is complete, you are ready to add an editor response to the issue
This step ensures that the package is ready to be reviewed. It also ensures that
we are using our volunteer reviewer time effectively.

* Add a comment to the issue that contains a copy of the Editor Response template (see below) filled out with your response to the checks that begin the review.
* Add a comment to the issue that contains an **exact** copy of the Editor Response template (see below) filled out with your response to the checks that begin the review.
* Change the label of the issue to `2/seeking-reviewer(s)`

```{include} ../appendices/editor-initial-response-template.md
Expand Down Expand Up @@ -206,6 +206,10 @@ moving.
[Click here for more information about finding reviewers for a package.](finding-reviewers)
```

```{warning}
Make sure to ask the reviewers for their preferred means of contact, or a reliable way to get in touch with them.
```

### ✔️ 4. Onboard reviewers

Once reviewers have been identified:
Expand Down