Prepare for public viewing/contribution

This commit is contained in:
Sean Corfield 2019-01-09 22:05:58 -08:00
parent 954a1ed306
commit 8a44a8cbca
3 changed files with 14 additions and 24 deletions

View file

@ -1,24 +1,3 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
# Hammock Space
## [Unreleased]
### Changed
- Add a new arity to `make-widget-async` to provide a different widget shape.
## [0.1.1] - 2018-12-08
### Changed
- Documentation on how to make the widgets.
### Removed
- `make-widget-sync` - we're all async, all the time.
### Fixed
- Fixed widget maker to keep working when daylight savings switches over.
## 0.1.0 - 2018-12-08
### Added
- Files from the new template.
- Widget maker public API - `make-widget-sync`.
[Unreleased]: https://github.com/your-name/next.jdbc/compare/0.1.1...HEAD
[0.1.1]: https://github.com/your-name/next.jdbc/compare/0.1.0...0.1.1
This project is still in "hammock" mode and hasn't come close to even a preliminary pre-alpha release.

View file

@ -4,7 +4,7 @@ The next generation of `clojure.java.jdbc`: a new low-level Clojure wrapper for
## Usage
FIXME
Still evolving and very much subject to change!
## License

11
src/next/CONTRIBUTING.md Normal file
View file

@ -0,0 +1,11 @@
# next.jdbc
The next generation of [`clojure.java.jdbc`](https://github.com/clojure/java.jdbc)
is *not yet accepting contributions* because it is exploratory work and I do
not know yet whether it will be a Contrib project (like `clojure.java.jdbc`)
or whether it will be a public, open source project.
Please do not send Pull Requests at this point!
Feel free to [open Issues](https://github.com/next.jdbc/issues) with opinions
and suggestions -- I'm having to have discussions about the concepts!