There are a few basic ground-rules for contributors to s
:
- When adding a
provider
:- Each provider should be a single commit.
- Add it to the README.md.
- Add it to
s.go
. - Make sure providers in README.md and s.go are sorted alphabetically.
- Create a PR.
- When doing refactors to the base code, make sure to discuss it in an issue prior to PR.
- Use gofmt on all files.
- Profit!