]> git.openstreetmap.org Git - rails.git/blobdiff - CONTRIBUTING.md
Test that anonymous note encouragement disappears after signup
[rails.git] / CONTRIBUTING.md
index a6456bec11ca86b9c3ab4bee74cd1d5309ae89de..aea8b30b908eb569223ea2d9b82207ee19577ba0 100644 (file)
@@ -1,3 +1,5 @@
+# Contributing
+
 * https://www.ruby-lang.org/ - The homepage of Ruby which has more links and some great tutorials.
 * https://rubyonrails.org/ - The homepage of Rails, also has links and tutorials.
 
@@ -18,7 +20,7 @@ development to check that your code matches our guidelines:
 ```
 bundle exec rubocop
 bundle exec rails eslint
-bundle exec erblint .
+bundle exec erb_lint .
 ```
 
 You can also install hooks to have git run checks automatically when