mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Have copilot run gofmt automatically
This commit is contained in:
4
.github/copilot-instructions.md
vendored
4
.github/copilot-instructions.md
vendored
@@ -31,4 +31,6 @@ code.
|
|||||||
## PR guidance
|
## PR guidance
|
||||||
When creating a pull request, if the changes in the pull request are user
|
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
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user