Thank you for considering contributing to scany! This file contains contribution guidelines for new issues and pull requests.
Before opening a new issue, please make sure that you have completed all the following steps:
- Read the documentation for the
pgxscan
package (if you use scany withpgx
library): https://pkg.go.dev/github.com/georgysavva/scany/pgxscan - Read the documentation for the
sqlscan
package (if you use scany withdatabase/sql
library): https://pkg.go.dev/github.com/georgysavva/scany/sqlscan - Read the documentation for the
dbscan
package: https://pkg.go.dev/github.com/georgysavva/scany/dbscan - Search for already existing similar issues on GitHub: https://github.com/georgysavva/scany/issues
All code changes must be covered with tests. See https://github.com/georgysavva/scany/wiki/Tests for how to work with scany tests.
Make sure to follow Go best practices and stay consistent with the rest of the code. See https://github.com/georgysavva/scany/wiki/Code-quality for details.