# Contribute to the project 1. Fork your own copy of this repository to your account 2. Clone your repository & Create your branch: ``` sh $ git clone git@github.com:yourname/eslint-config.git $ cd eslint-config $ git checkout -b patch ``` 3. Edit your repository 4. Test your change: ``` sh $ npm test ``` 5. Commit your change & Push to remote branch: ``` sh $ git commit -am "Fix a bug about test" $ git push origin patch ``` 6. Submit your branch as Pull Request, to `master` branch 7. If your branch has mistake, please update your branch(repeat 3~5) 8. If your branch is merged into the `master` branch, delete your branch