mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added some guidelines
Mainly to remind me that master needs to be releasable at all times!
This commit is contained in:
parent
2b11948d7c
commit
31f36e1b97
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue