mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Have copilot run gofmt automatically
This commit is contained in:
parent
a3dfe2b55a
commit
13add3532b
1 changed files with 3 additions and 1 deletions
4
.github/copilot-instructions.md
vendored
4
.github/copilot-instructions.md
vendored
|
|
@ -31,4 +31,6 @@ code.
|
|||
## PR guidance
|
||||
When creating a pull request, if the changes in the pull request are user
|
||||
visible compared to the previous kitty release, add an entry in the file docs/changelog.rst
|
||||
describing the change.
|
||||
describing the change. If the changes include changes to Go code, run gofmt on
|
||||
the changed Go files to ensure they are formatted correctly, before submitting
|
||||
your changes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue