Skip to content

Commit 5d05b31

Browse files
author
Kelly Selden
authored
remove PR instructions that don't apply anymore
1 parent e87786b commit 5d05b31

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,3 @@
44
[![Build status](https://ci.appveyor.com/api/projects/status/h4qxyasxo2nsrd10/branch/v3?svg=true)](https://ci.appveyor.com/project/embercli/ember-cli-update-codemods-manifest/branch/v3)
55

66
Master list of codemods and their instructions used by [ember-cli-update](https://github.com/ember-cli/ember-cli-update)
7-
8-
Tips for changing this list:
9-
10-
1. Make the desired change to the manifest.json here.
11-
1. Fork [ember-cli-update](https://github.com/ember-cli/ember-cli-update).
12-
1. Do a code search for the URL containing "ember-cli-update-codemods-manifest".
13-
1. Change it to link to your changes from step 1.
14-
* 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".
15-
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.
16-
1. Fix any test failures resulting from step 5.
17-
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)