You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## Reporting Issues
4
4
5
+
Before creating a new Issue, please check first if a similar Issue [already exists](https://github.com/go-sql-driver/mysql/issues?state=open) or was [recently closed](https://github.com/go-sql-driver/mysql/issues?page=1&state=closed).
6
+
5
7
Please provide the following minimum information:
6
8
* Your Go-MySQL-Driver version (or git SHA)
7
9
* Your Go version (run `go version` in your console)
@@ -31,4 +33,8 @@ If it looks fine to you, comment with "LGTM" (Looks good to me).
31
33
32
34
If changes are required, notice the reviewers with "PTAL" (Please take another look) after committing the fixes.
33
35
34
-
Before merging the Pull Request, at least one [team member](https://github.com/go-sql-driver?tab=members) must have commented with "LGTM".
36
+
Before merging the Pull Request, at least one [team member](https://github.com/go-sql-driver?tab=members) must have commented with "LGTM".
37
+
38
+
## Development Ideas
39
+
40
+
If you are looking for ideas for code contributions, please check our [Development Ideas](https://github.com/go-sql-driver/mysql/wiki/Development-Ideas) Wiki page.
0 commit comments