From 0628f12538bdee51644cda2f613e77f033f9bce5 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 6 Jun 2019 14:05:32 -0700 Subject: [PATCH] docs: remove subbullet points They render ambiguously --- docs/checklist-command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/checklist-command.md b/docs/checklist-command.md index 9cf7de829..9a5448835 100644 --- a/docs/checklist-command.md +++ b/docs/checklist-command.md @@ -18,8 +18,8 @@ CLI (command/) -> API Client (api/) -> HTTP API (command/agent) -> RPC (nomad/) 7. [ ] Update help text 7. [ ] Implement and test new HTTP endpoint in `command/agent/_endpoint.go` 8. [ ] Implement and test new RPC endpoint in `nomad/_endpoint.go` -9. [ ] Implement and test new Client RPC endpoint in `client/_endpoint.go` - * For client endpoints only (e.g. Filesystem) +9. [ ] Implement and test new Client RPC endpoint in + `client/_endpoint.go` (For client endpoints like Filesystem only) 10. [ ] Implement and test new `api/` package Request and Response structs 11. [ ] Implement and test new `api/` package helper methods 12. [ ] Implement and test new `nomad/structs/` package Request and Response structs