Skip to content

Instantly share code, notes, and snippets.

@kyle-ssg
Last active May 10, 2017 10:03
Show Gist options
  • Save kyle-ssg/c36a03aebe492e45cbd3eefb21cb0486 to your computer and use it in GitHub Desktop.
Save kyle-ssg/c36a03aebe492e45cbd3eefb21cb0486 to your computer and use it in GitHub Desktop.

Revisions

  1. kyle-ssg revised this gist May 10, 2017. No changes.
  2. kyle-ssg renamed this gist May 10, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. kyle-ssg created this gist May 10, 2017.
    13 changes: 13 additions & 0 deletions Contribution
    Original 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.