You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ bundle exec rails test
113
113
114
114
or if using docker:
115
115
```
116
-
docker-compose run test
116
+
dockercompose run test
117
117
```
118
118
119
119
You can also see the test coverage % after the tests finish - make sure it has not decreased from before adding your code.
@@ -154,7 +154,6 @@ TeSS has various levels of documentation that can also be contributed to:
154
154
155
155
Small changes can be made directly in GitHub. Simply open the relevant file, click the pencil icon to edit, make your change, and click the "Proprose changes" button - GitHub will automatically create a fork, a feature branch and a pull request for you.
0 commit comments