From 2816d766da6a362d8e86cb3f61ff2446e7adb54e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= <sporiff@funkwhale.audio>
Date: Thu, 13 Oct 2022 16:18:35 +0200
Subject: [PATCH] Add towncrier command

---
 CONTRIBUTING.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2549270a8d..a51c3cdd72 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -701,13 +701,10 @@ Changelog fragments use the following naming convention: `changes/changelog.d/<n
 - `i18n` – internationalization-related work
 - `misc` – any work that doesn't fit into the above categories
 
-You can create these files manually or use the following snippet to create a fragment:
+You can create these files manually or use the following command to create a fragment:
 
 ```sh
-issue="42"
-content="Fixed an overflowing issue on small resolutions (#$issue)"
-category="bugfix"
-echo "$content ($issue)" > changes/changelog.d/$issue.$category
+towncrier new --edit $issue.$category
 ```
 
 ## Make a release
-- 
GitLab