Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

38 lines (28 loc) · 1.29 KB

Contributing

Thank you for your interest in contributing to this project! Here's what you need to know to get started.

  1. Maintainers
  2. Order of Operations
  3. Getting Started
  4. Commit Guidelines

Maintainers

This project is currently being maintained by:

Order of Operations

  1. Create a new issue
  2. Fork the repo
  3. Write code and thoroughly test it
  4. Submit a pull request against develop
  5. Communicate in a timely manner while the PR is open

Getting Started

  1. Clone this repo (~/code is assumed)
    cd ~/code
    git clone git@github.com:ilyakam/RemoveDuplicateLines.git
  2. 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 ./

Commit Guidelines

Please follow the commit guidelines created by the AngularJS team. The latest version can be found here.