Explorar o código

Merge pull request #136 from go-sql-driver/dev-ideas

Contributing Guidelines: Reference Issues and Development Ideas
Julien Schmidt %!s(int64=12) %!d(string=hai) anos
pai
achega
cf20fc0320
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      CONTRIBUTING.md

+ 7 - 1
CONTRIBUTING.md

@@ -2,6 +2,8 @@
 
 
 ## Reporting Issues
 ## Reporting Issues
 
 
+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).
+
 Please provide the following minimum information:
 Please provide the following minimum information:
 * Your Go-MySQL-Driver version (or git SHA)
 * Your Go-MySQL-Driver version (or git SHA)
 * Your Go version (run `go version` in your console)
 * 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).
 
 
 If changes are required, notice the reviewers with "PTAL" (Please take another look) after committing the fixes.
 If changes are required, notice the reviewers with "PTAL" (Please take another look) after committing the fixes.
 
 
-Before merging the Pull Request, at least one [team member](https://github.com/go-sql-driver?tab=members) must have commented with "LGTM".
+Before merging the Pull Request, at least one [team member](https://github.com/go-sql-driver?tab=members) must have commented with "LGTM".
+
+## Development Ideas
+
+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.