From d6c13f905d2132644ebc69dda4d5be08023c4899 Mon Sep 17 00:00:00 2001 From: Miles Yucht Date: Thu, 16 Jan 2025 14:23:42 +0100 Subject: [PATCH] update Contributing guide --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0b120089..6a50dbcef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,6 +51,8 @@ Code contributions—bug fixes, new development, test improvement — all follow git commit -m "commit message here" ``` +1. Document your changes in the `NEXT_CHANGELOG.md` under the appropriate heading. + 1. Push your changes to your GitHub repo. ```bash