Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions template/module/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
Please provide content in the ``readme`` directory:

* **DESCRIPTION.rst** (required)
* **CONTEXT.rst** (optional, highly recommended)
* INSTALL.rst (optional)
* CONFIGURE.rst (optional)
* **USAGE.rst** (optional, highly recommended)
* DEVELOP.rst (optional)
* ROADMAP.rst (optional)
* HISTORY.rst (optional, recommended)
* DEVELOP.rst (optional)
* **CONTRIBUTORS.rst** (optional, highly recommended)
* CREDITS.rst (optional)
* HISTORY.rst (optional, recommended)

Instead of using reStructuredText (``.rst``), you may use Markdown (``.md``) to
format your files.

Content of this README will also be drawn from the addon manifest,
from keys such as name, authors, maintainers, development_status,
Expand Down