From a7513cc6c228bf97f539ce23bb2bbc5b43b2eebf Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Sat, 19 Jun 2021 21:53:56 +0200 Subject: [PATCH] Docs: Describe what "New" in old commit messages means Since I apparently used "New" in old commit messages instead of "Feature", add relevant information to the `CONTRIBUTING.md`. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32ea77d..72a8f7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ The `Tag` should be one of the following: - `Fix` - for a bug fix. - `Update` - for a backwards compatible enhancement. -- `Feature` - for a new feature. +- `Feature` (formerly also `New`) - for a new feature. - `Breaking` - for a backwards-incompatible enhancement or feature. - `Perf` - for a code change that improves performance. - `Refactor` - for a code change that neither fixes a bug nor adds a feature (nor is `Perf`).