Files
stoatchat/docs/docs/developing/backend/new_features.md
sinus-x b830631bd2 fix(docs): Update GitHub links (#647)
Updates user-facing links to point to the new organization. Does not
update references in source code (user-agent, dependency references),
as they should be handled separately.

Signed-off-by: sinus-x <14353790+sinus-x@users.noreply.github.com>
2026-03-22 22:18:25 -07:00

755 B

Adding new API features

New API features must be documented where appropriate, this document aims to cover everywhere you need to update for new features.

Before writing new API features, generally a good idea to:

When your feature is ready to release, ensure to:

  • Update backend documentation (what you're reading now!) if applicable
  • Update the developers documentation if applicable
  • Update the Feature Matrix (or ask someone that can to do so)
  • Ensure it is properly listed in the backend release changelog