We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3de9f commit 2f8fc28Copy full SHA for 2f8fc28
CONTRIBUTING.md
@@ -18,7 +18,7 @@ We recommend using the provided devcontainer to set up your development environm
18
2. Create a new branch for your changes
19
3. Make your changes
20
4. Run tests to ensure your changes don't break existing functionality: `bundle exec rake test`
21
-5. Run the linter to ensure code quality: `bundle exec rake standard`
+5. Run the linter to ensure consistent code formatting: `bundle exec rake standard`
22
6. Submit a Pull Request to the main repository
23
24
## Focus Areas
0 commit comments