Skip to content

Commit 86da26f

Browse files
maellempadgebeatrizmilzyabellini
authored
make transfer less of a requirement (#864)
* make transfer less of a requirement * tweaks * format * Apply suggestions from code review Co-authored-by: mark padgham <mark.padgham@email.com> * add ES translation * add pt translation * Apply suggestions from code review Co-authored-by: Beatriz Milz <42153618+beatrizmilz@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Yanina Bellini Saibene <yabellini@gmail.com> --------- Co-authored-by: mark padgham <mark.padgham@email.com> Co-authored-by: Beatriz Milz <42153618+beatrizmilz@users.noreply.github.com> Co-authored-by: Yanina Bellini Saibene <yabellini@gmail.com>
1 parent 4260c92 commit 86da26f

15 files changed

Lines changed: 49 additions & 17 deletions

maintenance_collaboration.Rmd

Lines changed: 7 additions & 2 deletions
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 rOpenSci GitHub organization](https://github.com/ropensci/.github/blob/main/CODE_OF_CONDUCT.md).
3237

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

maintenance_collaboration.es.Rmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@ Además de estos consejos, en su mayoría técnicos, es importante recordar que
1313

1414
### Código de conducta {#coc-file}
1515

16-
Tras el traslado a nuestra organización de GitHub, [el Código de Conducta de rOpenSci](https://ropensci.org/code-of-conduct/) se aplicará a tu proyecto.
16+
Una vez que tu paquete esté incluido en el [registro de rOpenSci](https://ropensci.org/packages/all), [el Código de Conducta de rOpenSci](https://ropensci.org/code-of-conduct/) se aplicará a tu proyecto.
1717
Por favor, añade este texto al *README*
1818

1919
```markdown
2020
Ten en cuenta que este paquete se publica con un [Código de Conducta para contribuciones](https://ropensci.org/code-of-conduct/).
2121
Al contribuir a este proyecto, te comprometes a cumplir sus condiciones.
2222
```
2323

24-
Y eliminar el código de conducta actual del paquete, si lo hubiera.
24+
Y
25+
26+
- Si tu paquete fue transferido a la organización GitHub de rOpenSci, por favor, elimina el código de conducta actual del repositorio si había uno, ya que aparecerá el código de conducta por defecto de la organización GitHub.
27+
28+
- Si tu paquete no fue transferido a la organización GitHub de rOpenSci, por favor reemplaza el contenido del código de conducta actual del repositorio con el contenido del [código de conducta por defecto de la organización ropensci en GitHub](https://github.com/ropensci/.github/blob/main/CODE_OF_CONDUCT.md).
2529

2630
### Guía de contribución {#contributing-guide}
2731

maintenance_collaboration.pt.Rmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Além dessas dicas técnicas, é importante lembrar-se de ser gentil e levar em
1818

1919
### Código de conduta {#coc-file}
2020

21-
Após a transferência para a nossa organização no GitHub, o [Código de Conduta da rOpenSci](https://ropensci.org/code-of-conduct/) será aplicado ao seu projeto.
21+
Depois que o seu pacote for listado na [rOpenSci registry](https://ropensci.org/packages/all) (a lista oficial de pacotes da rOpenSci), o [Código de Conduta da rOpenSci](https://ropensci.org/code-of-conduct/) será aplicado ao seu projeto.
2222
Você deve adicionar este texto ao README:
2323

2424
```markdown
@@ -28,7 +28,11 @@ By
2828
contributing to this project, you agree to abide by its terms.
2929
```
3030

31-
Em seguida, exclua o código de conduta atual do pacote, caso exista algum.
31+
E
32+
33+
- Se o seu pacote foi transferido para a organização da rOpenSci no GitHub, exclua o código de conduta atual do repositório, se houver um, pois o código de conduta padrão da organização GitHub será exibido.
34+
35+
- Se o seu pacote não for transferido para a organização da rOpenSci no GitHub, substitua o conteúdo do código de conduta atual do repositório pelo conteúdo do [código de conduta padrão da organização rOpenSci no GitHub] (https://github.com/ropensci/.github/blob/main/CODE_OF_CONDUCT.md).
3236

3337
### Guia de contribuição {#contributing-guide}
3438

maintenance_curation.Rmd

Lines changed: 2 additions & 1 deletion
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_curation.es.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Muchos son paquetes de infraestructura que están fuera del alcance de la revisi
5454
Los paquetes revisados por pares son aquellos aportados a rOpenSci por la comunidad y que han pasado por la revisión por pares.
5555
Tienen que estar [en el ámbito de aplicación](#aims-and-scope) en el momento del envío para ser revisados.
5656

57-
- Una vez aceptados, estos paquetes revisados por pares se transfieren desde el GitHub original a la organización de GitHub ropensci.
57+
- Una vez aceptados, estos paquetes revisados por pares se transfieren desde el GitHub original a la organización de GitHub ropensci o, alternativamente, se realiza un seguimiento añadiéndolos a un [archivo JSON](https://github.com/ropensci/roregistry/blob/gh-pages/info/not_transferred.json).
5858

5959
- Los paquetes revisados por pares estarán en el registro etiquetados como "peer-reviewed" y tendrán una etiqueta de revisado por pares en su archivo *README*.
6060

maintenance_curation.pt.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Os pacotes revisados por pares são aqueles contribuídos para a rOpenSci
8989
pela comunidade e que passaram pela revisão por pares. Eles precisam estar
9090
[dentro do escopo](#aims-and-scope) no momento em que eles são enviados para serem revisados.
9191

92-
- Após a aceitação, esses pacotes revisados por pares são transferidos
93-
do GitHub do(a) autor(a) para dentro da organização "ropensci" no GitHub
92+
- Após o aceite, esses pacotes revisados por pares são transferidos
93+
do GitHub do(a) autor(a) para dentro da organização "ropensci" no GitHub ou, alternativamente, passam a ser monitorados pela adição deles a um [arquivo JSON](https://github.com/ropensci/roregistry/blob/gh-pages/info/not_transferred.json).
9494

9595
- Os pacotes revisados por pares estarão marcados no registro como
9696
"peer-reviewed", e terão um selo de revisão por pares em seu README.

maintenance_github_grooming.Rmd

Lines changed: 1 addition & 1 deletion
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

maintenance_github_grooming.es.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Más información sobre las anulaciones del lingüista de GitHub [aquí](https:/
4242
- Como responsable de un paquete incorporado, ahora eres miembro de la organización GitHub "ropensci" de rOpenSci.
4343
Por defecto, la pertenencia a la organización es privada; consulta [cómo hacerla pública en la documentación de GitHub](https://help.github.com/articles/publicizing-or-hiding-organization-membership/).
4444

45-
- Incluso después de que el repositorio de tu paquete haya sido transferido a rOpenSci, puedes [destacarlo en tu propia cuenta](https://help.github.com/articles/pinning-repositories-to-your-profile/).
45+
- Incluso si el repositorio de tu paquete ha sido transferido a rOpenSci, puedes [destacarlo en tu propia cuenta](https://help.github.com/articles/pinning-repositories-to-your-profile/).
4646

4747
- En general, recomendamos añadir al menos una imagen de perfil (¡que no tiene por qué ser tu cara!) y tu nombre [a tu perfil de GitHub](https://help.github.com/articles/customizing-your-profile/).
4848

maintenance_github_grooming.pt.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Mais informações sobre as substituições do GitHub linguist podem ser encontr
3838

3939
- Como autor de um pacote integrado, você agora é membro da organização "ropensci" da rOpenSci no GitHub. Por padrão, as participações da organização são privadas; consulte [como torná-la pública na documentação do GitHub](https://help.github.com/articles/publicizing-or-hiding-organization-membership/).
4040

41-
- Mesmo após o repositório do seu pacote ser transferido para a rOpenSci, você pode [fixá-lo em sua conta pessoal](https://help.github.com/articles/pinning-repositories-to-your-profile/).
41+
- Mesmo que o repositório do seu pacote tenha sido transferido para a rOpenSci, você pode [fixá-lo em sua conta pessoal](https://help.github.com/articles/pinning-repositories-to-your-profile/).
4242

4343
- Em geral, recomendamos que você adicione pelo menos um avatar (que não precisa ser seu rosto!) e seu nome [no seu perfil do GitHub](https://help.github.com/articles/customizing-your-profile/).
4444

pkg_ci.Rmd

Lines changed: 1 addition & 1 deletion
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).

0 commit comments

Comments
 (0)