14 lines
658 B
Markdown
14 lines
658 B
Markdown
# `zombiezen.com/go/sqlite` Contributor's Guide
|
|
|
|
`zombiezen.com/go/sqlite` is mostly a project to fill my own needs, but is
|
|
open source in the interest of availability and reuse. I am open to accepting
|
|
bug fixes, but generally not larger changes or features. If in doubt, ask me.
|
|
|
|
File a bug on the [issue tracker][] or [open a pull request][]. Please follow
|
|
the [Code of Conduct][] for all interactions. If applicable, add unit tests for
|
|
your change before sending out for review.
|
|
|
|
[Code of Conduct]: CODE_OF_CONDUCT.md
|
|
[issue tracker]: https://github.com/zombiezen/go-sqlite/issues/new
|
|
[open a pull request]: https://github.com/zombiezen/go-sqlite/compare
|