We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a444d33 commit b3eee6fCopy full SHA for b3eee6f
.github/PULL_REQUEST_TEMPLATE.md
@@ -18,9 +18,10 @@ Fixes #
18
- [ ] If adding new functionality, add an example to docstrings or tutorials.
19
- [ ] Use underscores (not hyphens) in names of Python files and directories.
20
21
-**Slash Commands**
+**Bot Commands**
22
23
-You can write slash commands (`/command`) in the first line of a comment to perform
24
-specific operations. Supported slash command is:
+You can write certain commands in the first line of a comment to perform specific
+operations. Supported commands are:
25
26
- `/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