From 83e2afede01c2fb825b0307ef415d0d8d3e73390 Mon Sep 17 00:00:00 2001 From: John Bryson Date: Fri, 14 Feb 2020 13:46:26 -0500 Subject: [PATCH 1/2] Add Contributing section to Readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 75a3c86..0d98439 100755 --- a/README.md +++ b/README.md @@ -123,6 +123,23 @@ npx ember-test-helpers-codemod acceptance tests/acceptance npx ember-test-helpers-codemod native-dom tests ``` +Contributing +------------------------------------------------------------------------------ + +Contributions are welcome. Please follow the instructions below to install and run the tests. + +### Installation + +```sh +yarn install +``` + +### Testing + +```sh +yarn test +``` + License ------------------------------------------------------------------------------ ember-mocha-codemods is licensed under the [MIT License](LICENSE). From 9bbc757797e9df2c852da7bb62e35a18fe77d84f Mon Sep 17 00:00:00 2001 From: John Bryson Date: Wed, 26 Feb 2020 13:26:05 -0500 Subject: [PATCH 2/2] Introduce CONTRIBUTING.md --- CONTRIBUTING.md | 16 ++++++++++++++++ README.md | 17 ----------------- 2 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..08f0e06 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +Contributing +------------------------------------------------------------------------------ + +Contributions are welcome! Please follow the instructions below to install and run the tests. + +### Installation + +```sh +yarn install +``` + +### Testing + +```sh +yarn test +``` diff --git a/README.md b/README.md index 0d98439..75a3c86 100755 --- a/README.md +++ b/README.md @@ -123,23 +123,6 @@ npx ember-test-helpers-codemod acceptance tests/acceptance npx ember-test-helpers-codemod native-dom tests ``` -Contributing ------------------------------------------------------------------------------- - -Contributions are welcome. Please follow the instructions below to install and run the tests. - -### Installation - -```sh -yarn install -``` - -### Testing - -```sh -yarn test -``` - License ------------------------------------------------------------------------------ ember-mocha-codemods is licensed under the [MIT License](LICENSE).