From c30d035f1f86485547d318a191af2a813854ccca Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Sat, 14 Sep 2024 01:08:13 +0300 Subject: [PATCH] Also describe 'release notes reminder' label --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f7be3212..4ecda42fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -140,6 +140,8 @@ This rule helps us avoid tying in too closely to Django’s undocumented interna - Under "Choose a tag" enter the new version number. Do **not** use `v` prefix. - Click "Generate release notes". + - Look for merged PRs with the ['release notes reminder' label](https://github.com/typeddjango/django-stubs/issues?q=is%3Aopen+is%3Aissue+label%3A%22release+notes+reminder%22) + and move them to a separate section at the top, so that they stand out. Remove the label from PRs. - Delete all release notes lines containing `by @pre-commit-ci` or `by @dependabot`, as these are irrelevant for our users.