Skip to content

Commit 31f36e1

Browse files
authored
Added some guidelines
Mainly to remind me that master needs to be releasable at all times!
1 parent 2b11948 commit 31f36e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/contributing.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Datasette is an open source project. We welcome contributions!
77

88
This document describes how to contribute to Datasette core. You can also contribute to the wider Datasette ecosystem by creating new :ref:`plugins`.
99

10+
General guidelines
11+
------------------
12+
13+
* **master should always be releasable**. Incomplete features should live in branches. This ensures that any small bug fixes can be quickly released.
14+
* **The ideal commit** should bundle together the implementation, unit tests and associated documentation updates. The commit message should link to an associated issue.
15+
1016
.. _devenvironment:
1117

1218
Setting up a development environment

0 commit comments

Comments
 (0)