From 7fdff5019d7c9d609fb00b5c7fd64bcde029e4c8 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 18 Jan 2022 18:15:21 -0800 Subject: [PATCH] Link to article from contributing, closes #386 --- docs/contributing.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index c2d20ba..7ac1ad8 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -4,6 +4,15 @@ Contributing ============== +Development of ``sqlite-utils`` takes place in the `sqlite-utils GitHub repository `__. + +All improvements to the software should start with an issue. Read `How I build a feature `__ for a detailed description of the recommended process for building bug fixes or enhancements. + +.. _contributing_checkout: + +Obtaining the code +================== + To work on this library locally, first checkout the code. Then create a new virtual environment:: git clone git@github.com:simonw/sqlite-utils