Sha256: f7854e1d239d9509971cb9cda8df5c684e93cb03022fd269dc1af284f40b80ee
Contents?: true
Size: 915 Bytes
Versions: 3
Compression:
Stored size: 915 Bytes
Contents
# Contribution Guidelines # ## Submitting a new issue ## If you want to ensure that your issue gets fixed *fast* you should attempt to reproduce the issue in an isolated example application that you can share. ## Making a pull request ## If you'd like to submit a pull request please adhere to the following: 1. Your code *must* be tested. Please TDD your code! 2. No single-character variables 3. Two-spaces instead of tabs 4. Single-quotes instead of double-quotes unless you are using string interpolation or escapes. 5. General Rails/Ruby naming conventions for files and classes 6. *Do not* use Ruby 1.9 stubby proc syntax Please note that you must adhere to each of the above mentioned rules. Failure to do so will result in an immediate closing of the pull request. If you update and rebase the pull request to follow the guidelines your pull request will be re-opened and considered for inclusion.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
context_validations-0.1.1 | CONTRIBUTING.md |
context_validations-0.1.0 | CONTRIBUTING.md |
context_validations-0.0.3 | CONTRIBUTING.md |