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