File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # How to contribute
2+
3+ ## Your first contribution
4+
5+ - Best to first create an issue and discuss the problem and possible solution.
6+ - This isn't needed for small/obvious fixes.
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. (` 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.
14+
15+ ## Asking for help
16+
17+ - Don't be afraid to ask for help in an issue or PR.
You can’t perform that action at this time.
0 commit comments