apache / cordova-contribute

Apache Cordova Contributor Documentation
https://cordova.apache.org/
4 stars 7 forks source link

Update Contributing Checklist #36

Closed NiklasMerz closed 4 years ago

NiklasMerz commented 4 years ago

As discussed on list and in #35 this is the list of updated repos. NEW means CONTRIBUTING.md did not exist before. All active repos from https://github.com/apache/cordova

NiklasMerz commented 4 years ago

Update done. I used this script and committed directly to master:

git checkout master
git pull origin master
cp ../CONTRIBUTING.md CONTRIBUTING.md
git add CONTRIBUTING.md
git commit -m "Update CONTRIBUTING.md"
git log --name-status HEAD^..HEAD
git diff HEAD^ HEAD
git remote add ssh git@github.com:apache/${PWD##*/}.git

Used with apache directory like coho.