Skip to content

Commit

Permalink
Update editorial_bot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Feb 29, 2024
1 parent fd145e4 commit 6ace63a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/editorial_bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,7 @@ A series of checks can be run on the submitted repository with the command:
@editorialbot check repository
```

EditorialBot will report back with an analysis of the source code and list authorship, contributions and file types information. EditorialBot will also detect the languages used in the repository, will count the number of words in the paper file and will look for an Open Source License and for a *Statement of need* section in the paper.

It is possible to run the checks on a specific git branch:

```text
@editorialbot check repository from branch <custom-branch-name>
```
EditorialBot will report back with an analysis of the source code and list authorship, contributions and file types information. EditorialBot will also label the issue with the top languages used in the repository, will count the number of words in the paper file, will look for an Open Source License and for a *Statement of need* section in the paper.

### Post-review checklist

Expand Down Expand Up @@ -302,7 +296,7 @@ JOSS editors-in-chief can withdraw a submission with the following command:
@editorialbot check references
# Perform checks on the repository
@editorialbot check repository [from branch <custom-branch-name>]
@editorialbot check repository
# Adds a checklist for the reviewer using this command
@editorialbot generate my checklist
Expand Down

0 comments on commit 6ace63a

Please sign in to comment.