From 47d9996fa48a376dff2e6d8cf1ae4f32008e03b1 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 7 Jun 2019 15:41:13 -0700 Subject: [PATCH] docs: move dev docs to contributing --- README.md | 2 +- {docs => contributing}/README.md | 0 {docs => contributing}/checklist-command.md | 0 {docs => contributing}/checklist-jobspec.md | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {docs => contributing}/README.md (100%) rename {docs => contributing}/checklist-command.md (100%) rename {docs => contributing}/checklist-jobspec.md (100%) diff --git a/README.md b/README.md index ef0eda515..7e2c18b54 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Contributing to Nomad If you wish to contribute to Nomad, you will need [Go](https://www.golang.org) installed on your machine (version 1.11+ is *required*). -See the [`docs`](docs/) directory for more developer documentation. +See the [`contributing`](contributing/) directory for more developer documentation. **Developing with Vagrant** There is an included Vagrantfile that can help bootstrap the process. The diff --git a/docs/README.md b/contributing/README.md similarity index 100% rename from docs/README.md rename to contributing/README.md diff --git a/docs/checklist-command.md b/contributing/checklist-command.md similarity index 100% rename from docs/checklist-command.md rename to contributing/checklist-command.md diff --git a/docs/checklist-jobspec.md b/contributing/checklist-jobspec.md similarity index 100% rename from docs/checklist-jobspec.md rename to contributing/checklist-jobspec.md