docs: dedupe changelog contributor attribution

This commit is contained in:
Peter Steinberger
2026-03-08 03:19:09 +00:00
parent f2a4bdf069
commit 75a44dee8f
2 changed files with 2 additions and 1 deletions

View File

@@ -105,6 +105,7 @@
- Full kit + whats covered: `docs/testing.md`.
- Changelog: user-facing changes only; no internal/meta notes (version alignment, appcast reminders, release process).
- Changelog placement: in the active version block, append new entries to the end of the target section (`### Changes` or `### Fixes`); do not insert new entries at the top of a section.
- Changelog attribution: use at most one contributor mention per line; prefer `Thanks @author` and do not also add `by @author` on the same entry.
- Pure test additions/fixes generally do **not** need a changelog entry unless they alter user-facing behavior or the user asks for one.
- Mobile: before using a simulator, check for connected real devices (iOS + Android) and prefer them when available.