Skip to content

Commit bbb1a61

Browse files
committed
make transfer less of a requirement
1 parent 1b367b3 commit bbb1a61

5 files changed

+12
-6
lines changed

maintenance_collaboration.Rmd

+7-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Besides these mostly technical tips, it is important to remember to be kind, and
1818

1919
### Code of conduct {#coc-file}
2020

21-
After transfer to our GitHub organization, [rOpenSci Code of Conduct](https://ropensci.org/code-of-conduct/) will apply to your project.
21+
Once your package is listed into the [rOpenSci registry](https://ropensci.org/packages/all),
22+
the [rOpenSci Code of Conduct](https://ropensci.org/code-of-conduct/) will apply to your project.
2223
Please add this text to the README
2324

2425
```markdown
@@ -28,7 +29,11 @@ By
2829
contributing to this project, you agree to abide by its terms.
2930
```
3031

31-
And delete the package current code of conduct if there was one.
32+
And
33+
34+
- If your package was transferred to the rOpenSci GitHub organization, please delete the current code of conduct of the repository if there was one as the default code of conduct of the GitHub organization will appear.
35+
36+
- If your package was not transferred to the rOpenSci GitHub organization, please replace the content of the current code of conduct of the repository with the content of the [default code of conduct of the GitHub organization](https://github.com/ropensci/.github/blob/main/CODE_OF_CONDUCT.md).
3237

3338
### Contributing guide {#contributing-guide}
3439

maintenance_curation.Rmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ community and have passed through peer review. They need to be
8989
at the time of submission to be reviewed.
9090

9191
- Upon acceptance, these peer-reviewed packages are transferred from
92-
the author's GitHub to the "ropensci" GitHub organization
92+
the author's GitHub to the "ropensci" GitHub organization
93+
or alternatively tracked by adding them to a [JSON file](https://github.com/ropensci/roregistry/blob/gh-pages/info/not_transferred.json).
9394

9495
- Peer-reviewed packages will be in the registry tagged as
9596
"peer-reviewed" and have a peer-reviewed badge in their README.

maintenance_github_grooming.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ More info about GitHub linguist overrides [here](https://github.com/github/lingu
4242

4343
- As the author of an onboarded package, you are now a member of rOpenSci's "ropensci" GitHub organization. By default, organization memberships are private; see [how to make it public in GitHub docs](https://help.github.com/articles/publicizing-or-hiding-organization-membership/).
4444

45-
- Even after your package repo has been transferred to rOpenSci, you can [pin it under your own account](https://help.github.com/articles/pinning-repositories-to-your-profile/).
45+
- Even if your package repo has been transferred to rOpenSci, you can [pin it under your own account](https://help.github.com/articles/pinning-repositories-to-your-profile/).
4646

4747
- In general we recommend adding at least an avatar (which doesn't need to be your face!) and your name [to your GitHub profile](https://help.github.com/articles/customizing-your-profile/).
4848

pkg_ci.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You also need to give Codecov access to your github repository, see [Codecov qui
102102
Then add a Codecov status badge to the top of your README.md, see [Codecov status badges](https://docs.codecov.com/docs/status-badges).
103103

104104
Currently, Codecov has access to all ropensci github repositories by default.
105-
When your repository is accepted and transferred to ropensci, Codecov access should transfer automatically.
105+
If your repository is transferred to the ropensci GitHub organization, Codecov access should transfer automatically.
106106
You will need to update the URL of the badge to point to the rOpenSci-hosted repository.
107107

108108
For more details, see the [README for the **covr** package](https://github.com/r-lib/covr) for instructions, as well as [`usethis::use_coverage()`](https://usethis.r-lib.org/reference/use_coverage.html) and [`usethis::use_github_action()`](https://usethis.r-lib.org/reference/github_actions.html).

softwarereview_intro.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Furthermore, authors and reviewers have the ability to contact privately the edi
4444

4545
- Your package README will feature a peer-review badge linking to the software review thread.
4646
- Your package will get a [`docs.ropensci.org` docs website](#rodocsci) that you can link from DESCRIPTION.
47-
- Your package repo will be transferred to the rOpenSci organization.
47+
- Your package repo might be transferred to the rOpenSci organization if you agree.
4848
- If reviewers [agree to be listed in DESCRIPTION](#authorship), their metadata will mention the review.
4949

5050
## Editors and reviewers {#editors-and-reviewers}

0 commit comments

Comments
 (0)