|
1 |
| -# Bot commands |
| 1 | +# Bot commands {#bot-commands} |
2 | 2 |
|
3 |
| -## For everyone {.unnumbered} |
| 3 | +## For everyone {#for-everyone} |
4 | 4 |
|
5 | 5 | 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.
|
6 | 6 |
|
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} |
8 | 8 |
|
9 | 9 | If you need a quick reminder!
|
10 | 10 |
|
11 | 11 | ```markdown
|
12 | 12 | @ropensci-review-bot help
|
13 | 13 | ```
|
14 | 14 |
|
15 |
| -### See the code of conduct {.unnumbered} |
| 15 | +### See the code of conduct {#see-the-code-of-conduct} |
16 | 16 |
|
17 | 17 | ```markdown
|
18 | 18 | @ropensci-review-bot code of conduct
|
19 | 19 | ```
|
20 | 20 |
|
21 |
| -## For authors {.unnumbered} |
| 21 | +## For authors {#for-authors} |
22 | 22 |
|
23 |
| -### Check package with pkgcheck {.unnumbered} |
| 23 | +### Check package with pkgcheck {#check-package-with-pkgcheck} |
24 | 24 |
|
25 | 25 | When your package has substantially changed.
|
26 | 26 |
|
27 | 27 | ```markdown
|
28 | 28 | @ropensci-review-bot check package
|
29 | 29 | ```
|
30 | 30 |
|
31 |
| -### Submit response to reviewers {.unnumbered} |
| 31 | +### Submit response to reviewers {#submit-response-to-reviewers} |
32 | 32 |
|
33 | 33 | To record your response to reviewers.
|
34 | 34 |
|
35 | 35 | ```markdown
|
36 | 36 | @ropensci-review-bot submit response <response-url>
|
37 | 37 | ```
|
| 38 | + |
38 | 39 | where `<response_url>` is the link to the response comment in the issue thread.
|
39 | 40 |
|
40 |
| -### Finalize repo transfer {.unnumbered} |
| 41 | +### Finalize repo transfer {#finalize-repo-transfer} |
41 | 42 |
|
42 | 43 | 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.
|
43 | 44 |
|
44 | 45 | ```markdown
|
45 | 46 | @ropensci-review-bot finalize transfer of <package-name>
|
46 | 47 | ```
|
47 | 48 |
|
48 |
| -### Get a new invite after approval {.unnumbered} |
| 49 | +### Get a new invite after approval {#get-a-new-invite-after-approval} |
49 | 50 |
|
50 | 51 | If you missed the one-week window to accept the invitation to the rOpenSci GitHub organization, run this to receive a new one.
|
51 | 52 |
|
52 | 53 | ```markdown
|
53 | 54 | @ropensci-review-bot invite me to ropensci/<package-name>
|
54 | 55 | ```
|
55 | 56 |
|
56 |
| -## For the editor-in-chief {.unnumbered} |
| 57 | +## For the editor-in-chief {#for-the-editor-in-chief} |
57 | 58 |
|
58 |
| -### Assign an editor {.unnumbered} |
| 59 | +### Assign an editor {#assign-an-editor} |
59 | 60 |
|
60 | 61 | ```markdown
|
61 | 62 | @ropensci-review-bot assign @username as editor
|
62 | 63 | ```
|
63 | 64 |
|
64 |
| -### Put submission on hold {.unnumbered} |
| 65 | +### Put submission on hold {#put-submission-on-hold} |
65 | 66 |
|
66 | 67 | See [editorial policy](#policiesreviewprocess).
|
67 | 68 |
|
68 | 69 | ```markdown
|
69 | 70 | @ropensci-review-bot put on hold
|
70 | 71 | ```
|
71 | 72 |
|
72 |
| -### Indicate the submission is out of scope {.unnumbered} |
| 73 | +### Indicate the submission is out of scope {#indicate-the-submission-is-out-of-scope} |
73 | 74 |
|
74 | 75 | Do not forget to first post a comment explaining the decision and thanking the author(s) for their submission.
|
75 | 76 |
|
76 | 77 | ```markdown
|
77 | 78 | @ropensci-review-bot out-of-scope
|
78 | 79 | ```
|
79 | 80 |
|
80 |
| -## For assigned editor {.unnumbered} |
| 81 | +## For assigned editor {#for-assigned-editor} |
81 | 82 |
|
82 |
| -### Put submission on hold {.unnumbered} |
| 83 | +### Put submission on hold {#put-submission-on-hold} |
83 | 84 |
|
84 | 85 | See [editorial policy](#policiesreviewprocess).
|
85 | 86 |
|
86 | 87 | ```markdown
|
87 | 88 | @ropensci-review-bot put on hold
|
88 | 89 | ```
|
89 | 90 |
|
90 |
| -### Check package with pkgcheck {.unnumbered} |
| 91 | +### Check package with pkgcheck {#check-package-with-pkgcheck} |
91 | 92 |
|
92 | 93 | Generally only on pre-submission inquiries, or when authors otherwise indicate that package has substantially changed.
|
93 | 94 |
|
94 | 95 | ```markdown
|
95 | 96 | @ropensci-review-bot check package
|
96 | 97 | ```
|
97 | 98 |
|
98 |
| -### Check statistical standards {.unnumbered} |
| 99 | +### Check statistical standards {#check-statistical-standards} |
99 | 100 |
|
100 | 101 | Generally only on pre-submission inquiries, or when authors otherwise indicate that package has substantially changed.
|
101 | 102 |
|
102 | 103 | ```markdown
|
103 | 104 | @ropensci-review-bot check srr
|
104 | 105 | ```
|
105 | 106 |
|
106 |
| -### Check that README has software review badge {.unnumbered} |
| 107 | +### Check that README has software review badge {#check-that-readme-has-software-review-badge} |
107 | 108 |
|
108 | 109 | Towards the end of the submission process.
|
109 | 110 |
|
110 | 111 | ```markdown
|
111 | 112 | @ropensci-review-bot check readme
|
112 | 113 | ```
|
113 | 114 |
|
114 |
| -### Indicate you are now seeking reviewers {.unnumbered} |
| 115 | +### Indicate you are now seeking reviewers {#indicate-you-are-now-seeking-reviewers} |
115 | 116 |
|
116 | 117 | ```markdown
|
117 | 118 | @ropensci-review-bot seeking reviewers
|
118 | 119 | ```
|
119 | 120 |
|
120 |
| -### Assign a reviewer {.unnumbered} |
| 121 | +### Assign a reviewer {#assign-a-reviewer} |
121 | 122 |
|
122 | 123 | ```markdown
|
123 | 124 | @ropensci-review-bot assign @username as reviewer
|
124 | 125 | ```
|
125 | 126 |
|
126 |
| -or |
| 127 | +or |
127 | 128 |
|
128 | 129 | ```markdown
|
129 | 130 | @ropensci-review-bot add @username as reviewer
|
130 | 131 | ```
|
131 | 132 |
|
132 |
| -### Remove a reviewer {.unnumbered} |
| 133 | +### Remove a reviewer {#remove-a-reviewer} |
133 | 134 |
|
134 | 135 | ```markdown
|
135 | 136 | @ropensci-review-bot remove @username from reviewers
|
136 | 137 | ```
|
137 | 138 |
|
138 |
| -### Tweak review due date {.unnumbered} |
| 139 | +### Tweak review due date {#tweak-review-due-date} |
139 | 140 |
|
140 | 141 | ```markdown
|
141 | 142 | @ropensci-review-bot set due date for @username to YYYY-MM-DD
|
142 | 143 | ```
|
143 | 144 |
|
144 |
| -### Record that a review was submitted {.unnumbered} |
| 145 | +### Record that a review was submitted {#record-that-a-review-was-submitted} |
145 | 146 |
|
146 | 147 | ```markdown
|
147 | 148 | @ropensci-review-bot submit review <review-url> time <time in hours>
|
148 | 149 | ```
|
149 | 150 |
|
150 |
| -### Approve package {.unnumbered} |
| 151 | +### Approve package {#approve-package} |
151 | 152 |
|
152 | 153 | ```markdown
|
153 | 154 | @ropensci-review-bot approve <package-name>
|
154 | 155 | ```
|
| 156 | + |
| 157 | + |
0 commit comments