File: CONTRIBUTING.md

package info (click to toggle)
next-jdbc-clojure 1.3.955-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 876 kB
  • sloc: xml: 62; sh: 39; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
1
2
3
4
5
6
7
# Contributing to `next.jdbc`

Feel free to [open Issues](https://github.com/seancorfield/next-jdbc/issues) with opinions and suggestions -- I'm happy to have discussions about any aspect of the library!

I welcome Pull Requests for source code changes *that are accompanied by tests*, and for any documentation changes. For any substantial change, please open an issue for discussion first, or find me in the `#sql` stream on Clojurians Zulip or the `#sql` channel on Clojurians Slack to chat about it.

In particular, **no breaking changes will be entertained**. All future changes must either be purely accretive or purely fixative.