docs: advise contributors to generate module news entries

The news section told module contributors they did not need to add a
news entry because the merger would create one, contradicting the
earlier instruction to use the create-news-entry generator. Point
contributors at the generator so new modules ship with their own entry.
This commit is contained in:
Austin Horstman 2026-06-09 16:35:33 -05:00
parent 8ff67d938c
commit 408a6918a0

View file

@ -60,5 +60,5 @@ but you should follow some basic guidelines:
condition = hostPlatform.isLinux;
```
should be added. If you contribute a module then you don't need to
add this entry, the merger will create an entry for you.
should be added. Use the `create-news-entry` generator described
above to scaffold this entry as part of your contribution.