From 0fe14e4681b95996cdbdd13e494d285caec57fd8 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 8 Oct 2019 19:28:35 +0000 Subject: [PATCH] contributing: fix typo & append RPC checklist --- contributing/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contributing/README.md b/contributing/README.md index 555861b85..cf0c1c7b4 100644 --- a/contributing/README.md +++ b/contributing/README.md @@ -3,8 +3,8 @@ This directory contains some documentation about the Nomad codebase, aimed at readers who are interested in making code contributions. -If you're looking for information on _using_ using, please instead refer -to [the main Nomad website](https://nomadproject.io). +If you're looking for information on _using_ Nomad, please instead refer +to the [Nomad website](https://nomadproject.io). ## Architecture @@ -38,3 +38,4 @@ developers and reviewers confidence that the proper changes have been made: * [New `jobspec` entry](checklist-jobspec.md) * [New CLI command](checklist-command.md) +* [New RPC endpoint](checklist-rpc-endpoint.md)