Thank you for your interest in contributing to this project! Here's what you need to know to get started.
This project is currently being maintained by:
- Ilya Kaminsky (@ilyakam)
- Create a new issue
- Fork the repo
- Write code and thoroughly test it
- Submit a pull request against
develop
- Communicate in a timely manner while the PR is open
- Clone this repo (
~/code
is assumed)cd ~/code git clone [email protected]:ilyakam/RemoveDuplicateLines.git
- Create an alias in your Sublime Text's Packages folder (macOS is assumed)
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/ ln -s ~/code/RemoveDuplicateLines ./
Please follow the commit guidelines created by the AngularJS team. The latest version can be found here.