docs: add metrics and API docs to RPC contributors checklist

This commit is contained in:
Tim Gross 2021-01-04 12:59:55 -05:00
parent 26f4ee7fb1
commit 724f82e32d
1 changed files with 2 additions and 0 deletions

View File

@ -36,3 +36,5 @@ Prefer adding a new message to changing any existing RPC messages.
## Docs
* [ ] Changelog
* [ ] [Metrics](https://www.nomadproject.io/docs/operations/metrics#server-metrics)
* [ ] [API docs](https://www.nomadproject.io/api-docs) for RPCs with an HTTP endpoint, include ACLs, params, and example response body.