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:
Simon Willison 2020-06-10 13:06:46 -07:00
commit 9f236c4c00
2 changed files with 4 additions and 0 deletions

View file

@ -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: