Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add a checklist for renaming a namespace
  • Loading branch information
zmughal committed Aug 29, 2015
1 parent 7dd84bd commit f5359c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NOTES.md
Expand Up @@ -70,3 +70,8 @@ from <https://help.github.com/articles/duplicating-a-repository/#mirroring-a-rep
```shell
perl -pi -e 's#PDL([^A])#PDLA$1#g' $(git grep -l PDL)
```

Checklist

- [ ] Make sure that the changelog is not affected by the rename.
- [ ] Modify README.md to fix the badges

0 comments on commit f5359c6

Please sign in to comment.