mirror of https://github.com/zulip/zulip.git
docs: Add a step to document feature level changes in zulip.yaml.
This commit is contained in:
parent
75e539b7a7
commit
60c8b0123f
|
@ -279,6 +279,12 @@ above.
|
||||||
make sure that copy-pasting the code in your examples works, and
|
make sure that copy-pasting the code in your examples works, and
|
||||||
post an example of the output in the pull request.
|
post an example of the output in the pull request.
|
||||||
|
|
||||||
|
1. Document the new API in `templates/zerver/api/changelog.md` and
|
||||||
|
bump the `API_FEATURE_LEVEL` in `version.py`. Also, make sure to
|
||||||
|
add a `**Changes**` entry in the description of the new API/event
|
||||||
|
in `zerver/openapi/zulip.yaml`, which mentions the API feature level
|
||||||
|
at which they were added.
|
||||||
|
|
||||||
[javascript-examples]: https://github.com/zulip/zulip-js/tree/master/examples
|
[javascript-examples]: https://github.com/zulip/zulip-js/tree/master/examples
|
||||||
|
|
||||||
## Why a custom system?
|
## Why a custom system?
|
||||||
|
|
Loading…
Reference in New Issue