Skip to content

Commit fcc572d

Browse files
authored
fix(contributing): rename to fetch-helpers
1 parent b195e37 commit fcc572d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Our git commits follow a strict format so they can be analysed by [semantic-rele
77

88
#### Pull requests
99

10-
- Open a PR into the [master branch](https://github.com/lodgify/fetch-related-utils/tree/master).
10+
- Open a PR into the [master branch](https://github.com/lodgify/fetch-helpers/tree/master).
1111
- The PR Opener adds contributors as Reviewers *and* Assignees.
1212
- Each Reviewer completes a review. Reviewer removes themself as Assignee.
1313
- If action is required, Reviewer adds Opener as Assignee.
1414
- If no action is required and all checks pass, any Reviewer or Opener merges the PR.
1515

1616
A PR cannot be merged if:
1717
- It breaks [Wheaton's Law](http://www.wheatonslaw.com/)
18-
- It doesn't follow project [code conventions](https://github.com/lodgify/fetch-related-utils/blob/master/docs/CONVENTIONS.md)
18+
- It doesn't follow project [code conventions](https://github.com/lodgify/fetch-helpers/blob/master/docs/CONVENTIONS.md)
1919
- Any of the following commands fail when run by Travis
2020
- `npm run lint`
2121
- `npm run test`

0 commit comments

Comments
 (0)