mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Warn that register_facet_classes may change, refs #830
Also documented policy that plugin hooks should not be shipped without a real example. Refs #818
This commit is contained in:
parent
57e812d5de
commit
9f236c4c00
2 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ 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.
|
||||
* **New plugin hooks** should only be shipped if accompanied by a separate release of a non-demo plugin that uses them.
|
||||
|
||||
.. _devenvironment:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue