Skip to content

Commit e803672

Browse files
feat: Updated CONTRIBUTING.md
1 parent b2bb9eb commit e803672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ cd timescaledb
9999
request, either mention them (preferably by GitHub name) in the PR's
100100
body or [assign them as a reviewer](https://help.github.com/articles/assigning-issues-and-pull-requests-to-other-github-users/).
101101

102-
* If you get a test failure in the CI, check them under [Github Actions](https://github.com/timescale/timescaledb/actions)
102+
* If there is a test failure in the CI, check the failing GitHub Actions under [Github Actions](https://github.com/timescale/timescaledb/actions).
103103

104104
* Address feedback by amending your commit(s). If your change contains
105105
multiple commits, address each piece of feedback by amending that
@@ -132,7 +132,7 @@ cd build && make
132132
make installcheck
133133
```
134134

135-
All submitted pull requests are also automatically
135+
All submitted pull requests are also automatically automatically
136136
run against our test suite via [Github Actions](https://github.com/timescale/timescaledb/actions)
137137
(that link shows the latest build status of the repository).
138138

0 commit comments

Comments
 (0)