Added some guidelines

Mainly to remind me that master needs to be releasable at all times!
pull/437/head
Simon Willison 2019-04-20 11:32:40 -07:00 zatwierdzone przez GitHub
rodzic 2b11948d7c
commit 31f36e1b97
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,12 @@ Datasette is an open source project. We welcome contributions!
This document describes how to contribute to Datasette core. You can also contribute to the wider Datasette ecosystem by creating new :ref:`plugins`.
General guidelines
------------------
* **master should always be releasable**. Incomplete features should live in branches. This ensures that any small bug fixes can be quickly released.
* **The ideal commit** should bundle together the implementation, unit tests and associated documentation updates. The commit message should link to an associated issue.
.. _devenvironment:
Setting up a development environment