Closed michaelgrund closed 2 months ago
Description of proposed changes
Fixes #
Reminders
make format
make check
doc/api/index.rst
Slash Commands
You can write slash commands (/command) in the first line of a comment to perform specific operations. Supported slash command is:
/command
/format
Description of proposed changes
Fixes #
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to perform specific operations. Supported slash command is:/format
: automatically format and lint the code