Skip to content

Commit c12d047

Browse files
committed
Update Contributing Guidelines
1 parent f43f395 commit c12d047

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ you can share.
2222

2323
If you'd like to submit a pull request please adhere to the following:
2424

25-
1. Your code *must* be tested. Please TDD your code!
25+
1. Your code *must* be tested.
2626
2. Make sure that `bundle exec rake` pass
2727
3. Make sure that `bundle exec rake test:js` pass
2828

@@ -31,3 +31,17 @@ Failure to do so will result in an immediate closing of the pull
3131
request. If you update and rebase the pull request to follow the
3232
guidelines your pull request will be re-opened and considered for
3333
inclusion.
34+
35+
## Coding standards
36+
37+
### Ruby
38+
39+
- [Ruby Styleguide](https://github.com/bbatsov/ruby-style-guide)
40+
41+
### Commits
42+
43+
- [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/#seven-rules)
44+
45+
## License
46+
47+
By contributing your code, you agree to license your contribution under the terms of the [MIT License](LICENSE)

0 commit comments

Comments
 (0)