File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ you can share.
22
22
23
23
If you'd like to submit a pull request please adhere to the following:
24
24
25
- 1 . Your code * must* be tested. Please TDD your code!
25
+ 1 . Your code * must* be tested.
26
26
2 . Make sure that ` bundle exec rake ` pass
27
27
3 . Make sure that ` bundle exec rake test:js ` pass
28
28
@@ -31,3 +31,17 @@ Failure to do so will result in an immediate closing of the pull
31
31
request. If you update and rebase the pull request to follow the
32
32
guidelines your pull request will be re-opened and considered for
33
33
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 )
You can’t perform that action at this time.
0 commit comments