File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ Our git commits follow a strict format so they can be analysed by [semantic-rele
7
7
8
8
#### Pull requests
9
9
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 ) .
11
11
- The PR Opener adds contributors as Reviewers * and* Assignees.
12
12
- Each Reviewer completes a review. Reviewer removes themself as Assignee.
13
13
- If action is required, Reviewer adds Opener as Assignee.
14
14
- If no action is required and all checks pass, any Reviewer or Opener merges the PR.
15
15
16
16
A PR cannot be merged if:
17
17
- 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 )
19
19
- Any of the following commands fail when run by Travis
20
20
- ` npm run lint `
21
21
- ` npm run test `
You can’t perform that action at this time.
0 commit comments