From 675fc6f5e2ec28004828039ea9c6fd9d6899d447 Mon Sep 17 00:00:00 2001 From: Derek Bekoe Date: Wed, 11 Oct 2017 10:50:32 -0700 Subject: [PATCH 1/2] Move the index --- README.md | 3 ++- index.json => src/index.json | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename index.json => src/index.json (100%) diff --git a/README.md b/README.md index 7db837dd74d..0e30380778d 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,14 @@ This repository serves two purposes and they are independent: -1. An `index.json` where you can add your extension and make it available through Azure CLI. +1. An index.json where you can add your extension and make it available through Azure CLI. 2. A source code directory, `src`, to host your extension source code. For documentation on authoring an extension, see [Extension Documentation](https://github.com/Azure/azure-cli/tree/master/doc/extensions) ## About index.json +- The index is at `src/index.json`. - Modify the index by creating a PR. - All extensions added to the index *are public* and will be available to *all* CLI users. - Your extension source code does not have to be in this repository to be available in the index. diff --git a/index.json b/src/index.json similarity index 100% rename from index.json rename to src/index.json From 0bd448bcf9d2347ccb8c9cb7eac5ca7bffe575b4 Mon Sep 17 00:00:00 2001 From: Derek Bekoe Date: Wed, 11 Oct 2017 10:52:29 -0700 Subject: [PATCH 2/2] Remove PR template as empty --- .github/PULL_REQUEST_TEMPLATE.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index eb37fc6574c..00000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,4 +0,0 @@ - - ------ -