File: CONTRIBUTING.md

package info (click to toggle)
golang-github-zombiezen-go-sqlite 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: makefile: 3
file content (21 lines) | stat: -rw-r--r-- 970 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# `zombiezen.com/go/sqlite` Contributor's Guide

`zombiezen.com/go/sqlite` is [@zombiezen's][zombiezen] labor of love
in providing a pleasant, performant, and powerful Go binding to SQLite.
The design philosophy of `zombiezen.com/go/sqlite`
is to be a direct binding to SQLite as much as possible
while adapting the API to use Go idioms.

@zombiezen is open to accepting bug fixes,
but generally not larger changes or features.
If in doubt, ask them.
And remember, [a "no" is temporary, a "yes" is forever.](https://opensource.guide/best-practices/)

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
[zombiezen]: https://github.com/zombiezen