using .wip extension and updates the docs for more clarity

This commit is contained in:
Adam Brown 2022-01-14 14:51:19 +00:00
parent cdce8df002
commit 37aadf4dbf
5 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ Supported filename extensions are:
- ``.feature``: Signifying a new feature in Element Android or in the Matrix SDK.
- ``.bugfix``: Signifying a bug fix.
- ``.dev``: Signifying a change which is not ready to be user facing, typically a component of a larger feature.
- ``.wip``: Signifying a work in progress change, typically a component of a larger feature which will be enabled once all tasks are complete.
- ``.doc``: Signifying a documentation improvement.
- ``.removal``: Signifying a deprecation or removal of public API. Can be used to notifying about API change in the Matrix SDK
- ``.misc``: Any other changes.

View File

@ -16,7 +16,7 @@
showcontent = true
[[tool.towncrier.type]]
directory = "dev"
directory = "wip"
name = "In development 🚧"
showcontent = true