From d9ec319990cdb0d41fb33e60672cb6ddd754791e Mon Sep 17 00:00:00 2001 From: Drew Bailey <2614075+drewbailey@users.noreply.github.com> Date: Wed, 4 Mar 2020 12:06:32 -0500 Subject: [PATCH] add note to check for job diff --- contributing/checklist-jobspec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing/checklist-jobspec.md b/contributing/checklist-jobspec.md index bfea056c5..acc198787 100644 --- a/contributing/checklist-jobspec.md +++ b/contributing/checklist-jobspec.md @@ -16,6 +16,7 @@ * Validation happens in this package and must be implemented * Implement other methods and tests from `api/` package * [ ] Add conversion between `api/` and `nomad/structs` in `command/agent/job_endpoint.go` +* [ ] Add check for job diff in `nomad/structs/diff.go` * [ ] Test conversion ## Docs