We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f20ce0 commit a8c8197Copy full SHA for a8c8197
CONTRIBUTING.md
@@ -7,7 +7,7 @@
7
- What is the context? e.g. what versions of go-mysql, MySQL, etc does this apply to?
8
- Do you have a simple test case? This can just be example code, it doesn't have to be a full test case.
9
- Why do you need this change?
10
-- Format your code with [gofumpt](https://github.com/mvdan/gofumpt) if possible.
+- Format your code with [gofumpt](https://github.com/mvdan/gofumpt) if possible. (`make fmt` does this for you)
11
- Reference an issue in the PR if you have one.
12
- Update the `README.md` if applicable.
13
- Add tests where applicable.
0 commit comments