Skip to content

Commit 81c2235

Browse files
author
Kelly Selden
authored
add instructions
1 parent ed8a044 commit 81c2235

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# ember-cli-update-codemods-manifest
22

33
Master list of codemods and their instructions used by [ember-cli-update](https://github.com/ember-cli/ember-cli-update)
4+
5+
Tips for changing this list:
6+
7+
1. Make the desired change to the manifest.json here.
8+
1. Fork [ember-cli-update](https://github.com/ember-cli/ember-cli-update).
9+
1. Do a code search for the URL containing "ember-cli-update-codemods-manifest".
10+
1. Change it to link to your changes from step 1.
11+
* This will look like "https://raw.githubusercontent.com/ember-cli/ember-cli-update-codemods-manifest/vX/manifest.json" => "https://raw.githubusercontent.com/your-username/ember-cli-update-codemods-manifest/your-branch/manifest.json".
12+
1. Submit the change from step 4 as a pull request to [ember-cli-update](https://github.com/ember-cli/ember-cli-update). The purpose is to run the test suite.
13+
1. Fix any test failures resulting from step 5.
14+
1. If your change from step 1 is a new codemod instead of an update or fix to an existing, try and add a new test case to [test/fixtures/codemod](https://github.com/ember-cli/ember-cli-update/tree/master/test/fixtures/codemod). Otherwise, this step is not necessary.

0 commit comments

Comments
 (0)