Skip to content

Instantly share code, notes, and snippets.

@kyle-ssg
Last active May 10, 2017 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment