Skip to content

Commit e7ed5c2

Browse files
authored
Merge pull request #907 from hlascelles/add-local-test-documentation
Add specs and linter documentation
2 parents 518ae0f + 0a397ea commit e7ed5c2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,20 @@ Here are some reasons why a pull request may not be merged:
1313
If you would like to help in this process, you can start by evaluating open pull requests against the criteria above. For example, if a pull request does not include specs for new functionality, you can add a comment like: “If you would like this feature to be added to Thor, please add specs to ensure that it does not break in the future.” This will help move a pull request closer to being merged.
1414

1515
Include this emoji in the top of your ticket to signal to us that you read this file: 🌈
16+
17+
Specs
18+
-----
19+
20+
Ensure that all specs and code linting checks pass before submitting a pull request.
21+
22+
To execute the specs locally, run:
23+
24+
```bash
25+
bundle exec rspec
26+
```
27+
28+
Linting checks are done with RuboCop. To run the linter, use:
29+
30+
```bash
31+
bundle exec rubocop
32+
```

0 commit comments

Comments
 (0)