Last active May 10, 2017 10:03
-
-
Save kyle-ssg/c36a03aebe492e45cbd3eefb21cb0486 to your computer and use it in GitHub Desktop.
Revisions
-
kyle-ssg revised this gist
May 10, 2017 . No changes.There are no files selected for viewing
-
kyle-ssg renamed this gist
May 10, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
kyle-ssg created this gist
May 10, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # Contributing We're always looking to improve this project, open source contribution is encouraged so long as they adhere to our guidelines. # Pull Requests The Solid State team will be monitoring for pull requests. When we get one, a member of team will test the work against our internal uses and sign off on the changes. From here, we'll either merge the pull request or provide feedback suggesting the next steps. **A couple things to keep in mind:** - If you've changed APIs, update the documentation. - Keep the code style (indents, wrapping) consistent. - If your PR involves a lot of commits, squash them using ```git rebase -i``` as this makes it easier for us to review. - Keep lines under 80 characters.