Sha256: 74cdbc20dc8241d93a71e89125121a60c0b0c4b4c769bfd8953ffabc404c7fe3

Contents?: true

Size: 1.07 KB

Versions: 6

Compression:

Stored size: 1.07 KB

Contents

Pull request guidelines
-----------------------

- Changes should have corresponding unit and/or integration tests.
- Affected public classes and functions should have accurate documentation.
- Source code formatting should be hygienic:
  - Use 2-space indentation.
  - Do not use hard tabs.
  - No trailing or inconsistent whitespace.
  - No exceptionally long lines.
  - Variable names should be clear but concise.
- Commit history should be relatively hygienic:
  - Roughly one commit per logical change.
  - Log messages are clear and understandable.
  - Few (or no) "merge" commits.
  - Hint: `git rebase -i` is great for cleaning up a branch.


Pull requests for branches that are still in development should be prefixed with WIP: 
so that they don't get accidently merged. Remove WIP: once the pull request is 
considered finalized and ready to be reviewed and merged.

License
-------

By contributing code to Green Button Data, you are agreeing to release it under the 
[Simplified BSD License](https://raw.githubusercontent.com/VerdigrisTech/green-button-data/master/LICENSE.txt).

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
green-button-data-2.0.1 CONTRIBUTING.md
green-button-data-2.0.0 CONTRIBUTING.md
green-button-data-1.0.3 CONTRIBUTING.md
green-button-data-1.0.1 CONTRIBUTING.md
green-button-data-1.0.0 CONTRIBUTING.md
green-button-data-0.7.5 CONTRIBUTING.md