From 37aadf4dbf92cd72549869cf09973faa0659447b Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Fri, 14 Jan 2022 14:51:19 +0000 Subject: [PATCH] using .wip extension and updates the docs for more clarity --- CONTRIBUTING.md | 2 +- changelog.d/{4914.dev => 4914.wip} | 0 changelog.d/{4918.dev => 4918.wip} | 0 changelog.d/{4927.dev => 4927.wip} | 0 towncrier.toml | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) rename changelog.d/{4914.dev => 4914.wip} (100%) rename changelog.d/{4918.dev => 4918.wip} (100%) rename changelog.d/{4927.dev => 4927.wip} (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b758f7929e..0d39526985 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/changelog.d/4914.dev b/changelog.d/4914.wip similarity index 100% rename from changelog.d/4914.dev rename to changelog.d/4914.wip diff --git a/changelog.d/4918.dev b/changelog.d/4918.wip similarity index 100% rename from changelog.d/4918.dev rename to changelog.d/4918.wip diff --git a/changelog.d/4927.dev b/changelog.d/4927.wip similarity index 100% rename from changelog.d/4927.dev rename to changelog.d/4927.wip diff --git a/towncrier.toml b/towncrier.toml index c98617413e..8ae8495f66 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -16,7 +16,7 @@ showcontent = true [[tool.towncrier.type]] - directory = "dev" + directory = "wip" name = "In development 🚧" showcontent = true