Skip to content

Commit b3eee6f

Browse files
committed
Mention pre-commit autofix command in Pull Request template
1 parent a444d33 commit b3eee6f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ Fixes #
1818
- [ ] If adding new functionality, add an example to docstrings or tutorials.
1919
- [ ] Use underscores (not hyphens) in names of Python files and directories.
2020

21-
**Slash Commands**
21+
**Bot Commands**
2222

23-
You can write slash commands (`/command`) in the first line of a comment to perform
24-
specific operations. Supported slash command is:
23+
You can write certain commands in the first line of a comment to perform specific
24+
operations. Supported commands are:
2525

2626
- `/format`: automatically format and lint the code
27+
- `pre-commit.ci autofix`: run pre-commit hooks to fix trailing whitespaces and other issues

0 commit comments

Comments
 (0)