-
Notifications
You must be signed in to change notification settings - Fork 6
Contributing Guide
Seth Vargo edited this page May 6, 2012
·
1 revision
Envelope is open-source. It's ultimate goal is to become a community-maintained project. However, it's currently run and operated by a group of 4 students, and we are not ready to bring more members onto the team just yet.
That being said, we'd love to see what people have to offer. Please follow these guidelines when submitting a pull request:
- Fork the repository to your own github account
- Create a new branch
- Make your changes/improvements
- Write tests
- Run the test suite
git fetch upstream master
git rebase upstream master
git push origin YOUR_BRANCH
- Open a pull request
If you have more than 5 commits, please try and squash them into less than or equal to 5. This helps to keep the repository and history clear and free of clutter.