Skip to content

Commit cf20fc0

Browse files
committed
Merge pull request #136 from go-sql-driver/dev-ideas
Contributing Guidelines: Reference Issues and Development Ideas
2 parents 6eeda90 + 87cd1d8 commit cf20fc0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Reporting Issues
44

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+
57
Please provide the following minimum information:
68
* Your Go-MySQL-Driver version (or git SHA)
79
* 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).
3133

3234
If changes are required, notice the reviewers with "PTAL" (Please take another look) after committing the fixes.
3335

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

Comments
 (0)