Skip to content

Commit a51db6b

Browse files
authored
explicit anchors (#667)
1 parent f933edc commit a51db6b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2090
-1926
lines changed

approval2template.Rmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,25 @@ repo-actions: true
44

55
# Reviewer approval comment template {#approval2template}
66

7-
87
::: {.content-hidden when-format="pdf"}
8+
99
````markdown
1010
```{r}
1111
#| results: 'asis'
1212
#| echo: false
1313
#| child: "templates/reviewer-approval.md"
1414
```
1515
````
16+
1617
:::
1718

1819
::: {.content-visible when-format="pdf"}
20+
1921
```{r}
2022
#| child: "templates/reviewer-approval.md"
2123
2224
```
25+
2326
:::
27+
28+

approval2template.es.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
repo-actions: true
33
---
44

5-
# Plantilla de comentarios de aprobación para revisión {#approval2template}
5+
# Plantilla de comentarios de aprobación para revisión {#approval2template}
66

77
::: {.content-hidden when-format="pdf"}
8+
89
````markdown
910
```{r}
1011
#| results: 'asis'
@@ -16,10 +17,12 @@ repo-actions: true
1617
:::
1718

1819
::: {.content-visible when-format="pdf"}
20+
1921
```{r}
2022
#| child: "templates/reviewer-approval.es.md"
2123
2224
```
25+
2326
:::
2427

2528

bookreleaseissue.Rmd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,29 @@ repo-actions: true
44

55
# Book release guidance {#bookreleaseissue}
66

7-
Editors preparing for a release can run the `prelease.R` script in the `inst` directory of this repository to automatically open a GitHub issue with checkpoints for all current issues assigned to the upcoming release milestone, along with the following checklist.
7+
Editors preparing for a release can run the `prelease.R` script in the `inst` directory of this repository to automatically open a GitHub issue with checkpoints for all current issues assigned to the upcoming release milestone, along with the following checklist.
88
Before running the script, please manually check the assignment of issues to the milestone.
99
This should be run one month prior to planned release.
1010

11-
1211
::: {.content-hidden when-format="pdf"}
12+
1313
````markdown
1414
```{r}
1515
#| results: 'asis'
1616
#| echo: false
1717
#| child: "templates/book-release.md"
1818
```
1919
````
20+
2021
:::
2122

2223
::: {.content-visible when-format="pdf"}
24+
2325
```{r}
2426
#| child: "templates/book-release.md"
2527
2628
```
29+
2730
:::
31+
32+

bookreleaseissue.es.Rmd

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,32 @@
22
repo-actions: true
33
---
44

5-
# Guía para publicar el libro {#bookreleaseissue}
6-
7-
Antes de realizar una nueva publicación de este libro, se puede ejecutar el script `prelease.R` que se encuentra en la carpeta `inst` de este repositorio.
8-
Esto va a crear una *issue* en GitHub con una lista de todas las *issues* asignadas al *milestone* de la próxima versión junto con la siguiente lista de tareas.
9-
Antes de correr el script, por favor revistar la asignación de *issues* al *milestone*.
10-
Todo esto debería hacerse un mes antes de la fecha de publicación programada.
5+
# Guía para publicar el libro {#bookreleaseissue}
116

7+
Antes de realizar una nueva publicación de este libro, se puede ejecutar el script `prelease.R` que se encuentra en la carpeta `inst` de este repositorio.
8+
Esto va a crear una *issue* en GitHub con una lista de todas las *issues* asignadas al *milestone* de la próxima versión junto con la siguiente lista de tareas.
9+
Antes de correr el script, por favor revistar la asignación de *issues* al *milestone*.
10+
Todo esto debería hacerse un mes antes de la fecha de publicación programada.
1211

1312
::: {.content-hidden when-format="pdf"}
13+
1414
````markdown
1515
```{r}
1616
#| results: 'asis'
1717
#| echo: false
1818
#| child: "templates/book-release.es.md"
1919
```
2020
````
21+
2122
:::
2223

2324
::: {.content-visible when-format="pdf"}
25+
2426
```{r}
2527
#| child: "templates/book-release.es.md"
2628
2729
```
30+
2831
:::
32+
33+

bot_cheatsheet.Rmd

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,154 +1,157 @@
1-
# Bot commands
1+
# Bot commands {#bot-commands}
22

3-
## For everyone {.unnumbered}
3+
## For everyone {#for-everyone}
44

55
Note that we clean issue threads by removing extraneous content, so the record of you having asked for bot-help will most often quickly be erased or hidden.
66

7-
### See the list of commands available to you {.unnumbered}
7+
### See the list of commands available to you {#see-the-list-of-commands-available-to-you}
88

99
If you need a quick reminder!
1010

1111
```markdown
1212
@ropensci-review-bot help
1313
```
1414

15-
### See the code of conduct {.unnumbered}
15+
### See the code of conduct {#see-the-code-of-conduct}
1616

1717
```markdown
1818
@ropensci-review-bot code of conduct
1919
```
2020

21-
## For authors {.unnumbered}
21+
## For authors {#for-authors}
2222

23-
### Check package with pkgcheck {.unnumbered}
23+
### Check package with pkgcheck {#check-package-with-pkgcheck}
2424

2525
When your package has substantially changed.
2626

2727
```markdown
2828
@ropensci-review-bot check package
2929
```
3030

31-
### Submit response to reviewers {.unnumbered}
31+
### Submit response to reviewers {#submit-response-to-reviewers}
3232

3333
To record your response to reviewers.
3434

3535
```markdown
3636
@ropensci-review-bot submit response <response-url>
3737
```
38+
3839
where `<response_url>` is the link to the response comment in the issue thread.
3940

40-
### Finalize repo transfer {.unnumbered}
41+
### Finalize repo transfer {#finalize-repo-transfer}
4142

4243
After you've accepted the invitation to rOpenSci GitHub organization and transferred your GitHub repository to it, run this command to re-gain admin access to your repository.
4344

4445
```markdown
4546
@ropensci-review-bot finalize transfer of <package-name>
4647
```
4748

48-
### Get a new invite after approval {.unnumbered}
49+
### Get a new invite after approval {#get-a-new-invite-after-approval}
4950

5051
If you missed the one-week window to accept the invitation to the rOpenSci GitHub organization, run this to receive a new one.
5152

5253
```markdown
5354
@ropensci-review-bot invite me to ropensci/<package-name>
5455
```
5556

56-
## For the editor-in-chief {.unnumbered}
57+
## For the editor-in-chief {#for-the-editor-in-chief}
5758

58-
### Assign an editor {.unnumbered}
59+
### Assign an editor {#assign-an-editor}
5960

6061
```markdown
6162
@ropensci-review-bot assign @username as editor
6263
```
6364

64-
### Put submission on hold {.unnumbered}
65+
### Put submission on hold {#put-submission-on-hold}
6566

6667
See [editorial policy](#policiesreviewprocess).
6768

6869
```markdown
6970
@ropensci-review-bot put on hold
7071
```
7172

72-
### Indicate the submission is out of scope {.unnumbered}
73+
### Indicate the submission is out of scope {#indicate-the-submission-is-out-of-scope}
7374

7475
Do not forget to first post a comment explaining the decision and thanking the author(s) for their submission.
7576

7677
```markdown
7778
@ropensci-review-bot out-of-scope
7879
```
7980

80-
## For assigned editor {.unnumbered}
81+
## For assigned editor {#for-assigned-editor}
8182

82-
### Put submission on hold {.unnumbered}
83+
### Put submission on hold {#put-submission-on-hold}
8384

8485
See [editorial policy](#policiesreviewprocess).
8586

8687
```markdown
8788
@ropensci-review-bot put on hold
8889
```
8990

90-
### Check package with pkgcheck {.unnumbered}
91+
### Check package with pkgcheck {#check-package-with-pkgcheck}
9192

9293
Generally only on pre-submission inquiries, or when authors otherwise indicate that package has substantially changed.
9394

9495
```markdown
9596
@ropensci-review-bot check package
9697
```
9798

98-
### Check statistical standards {.unnumbered}
99+
### Check statistical standards {#check-statistical-standards}
99100

100101
Generally only on pre-submission inquiries, or when authors otherwise indicate that package has substantially changed.
101102

102103
```markdown
103104
@ropensci-review-bot check srr
104105
```
105106

106-
### Check that README has software review badge {.unnumbered}
107+
### Check that README has software review badge {#check-that-readme-has-software-review-badge}
107108

108109
Towards the end of the submission process.
109110

110111
```markdown
111112
@ropensci-review-bot check readme
112113
```
113114

114-
### Indicate you are now seeking reviewers {.unnumbered}
115+
### Indicate you are now seeking reviewers {#indicate-you-are-now-seeking-reviewers}
115116

116117
```markdown
117118
@ropensci-review-bot seeking reviewers
118119
```
119120

120-
### Assign a reviewer {.unnumbered}
121+
### Assign a reviewer {#assign-a-reviewer}
121122

122123
```markdown
123124
@ropensci-review-bot assign @username as reviewer
124125
```
125126

126-
or
127+
or
127128

128129
```markdown
129130
@ropensci-review-bot add @username as reviewer
130131
```
131132

132-
### Remove a reviewer {.unnumbered}
133+
### Remove a reviewer {#remove-a-reviewer}
133134

134135
```markdown
135136
@ropensci-review-bot remove @username from reviewers
136137
```
137138

138-
### Tweak review due date {.unnumbered}
139+
### Tweak review due date {#tweak-review-due-date}
139140

140141
```markdown
141142
@ropensci-review-bot set due date for @username to YYYY-MM-DD
142143
```
143144

144-
### Record that a review was submitted {.unnumbered}
145+
### Record that a review was submitted {#record-that-a-review-was-submitted}
145146

146147
```markdown
147148
@ropensci-review-bot submit review <review-url> time <time in hours>
148149
```
149150

150-
### Approve package {.unnumbered}
151+
### Approve package {#approve-package}
151152

152153
```markdown
153154
@ropensci-review-bot approve <package-name>
154155
```
156+
157+

0 commit comments

Comments
 (0)