From 50f7d1eb11fce6273222807c511cfb04524ea3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sun, 10 Mar 2013 16:40:11 +0100 Subject: [PATCH] How to contribute --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 460b851..df1be33 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,15 @@ catch (std::exception& e) } ``` +## How to contribute + +The most efficient way to help and contribute to this wrapper project is to +use the tools provided by GitHub: +- please fill bug reports and feature requests here: https://github.com/SRombauts/SQLiteCpp/issues +- fork the repository, make some small changes and submit them with pull-request + +You can also email me directly, I will answer any questions and requests. + ## See also - Some other simple C++ SQLite wrappers: See also the file WRAPPERS.md offering a more complete comparison of other wrappers.