From 791445609378d8249bdc38fea974421db7706f31 Mon Sep 17 00:00:00 2001 From: Serban Stancu Date: Mon, 28 Sep 2020 18:11:36 -0600 Subject: [PATCH 1/2] Fix docs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11bd88f..c51ddd0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ This project is not intended to be used directly by consumers; it is used by the Contributions are welcomed! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information. +## Get started + To get started: 1. Install [node.js](https://nodejs.org/). From f336890018232b44b93148cf85b34476a84d1b57 Mon Sep 17 00:00:00 2001 From: Serban Stancu Date: Mon, 28 Sep 2020 18:12:37 -0600 Subject: [PATCH 2/2] Fix PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 81c7d5e..0c7de53 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -32,7 +32,6 @@ - [ ] I have signed the [Adobe Open Source CLA](https://opensource.adobe.com/cla.html) or I'm an Adobe employee. -- [] My code follows the code style of this project. +- [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have made any necessary test changes and all tests pass. -- [ ] I have run the Sandbox successfully.