File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
- [ ] The page (if new), does not already exist in the repo.
6
6
- [ ] The page is in the correct platform directory (` common/ ` , ` linux/ ` , etc.)
7
7
- [ ] The page has 8 or fewer examples.
8
- - [ ] The PR title conforms to the recommended [ templates] ( /tldr-pages/tldr/blob/master /CONTRIBUTING.md#commit-message ) .
9
- - [ ] The page follows the [ content guidelines] ( /tldr-pages/tldr/blob/master /CONTRIBUTING.md#guidelines ) .
8
+ - [ ] The PR title conforms to the recommended [ templates] ( /tldr-pages/tldr/blob/main /CONTRIBUTING.md#commit-message ) .
9
+ - [ ] The page follows the [ content guidelines] ( /tldr-pages/tldr/blob/main /CONTRIBUTING.md#guidelines ) .
10
10
- [ ] The page description includes a link to documentation or a homepage (if applicable).
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ function check_diff {
49
49
local line
50
50
local entry
51
51
52
- git_diff=$( git diff --name-status --find-copies-harder --diff-filter=AC --relative=pages/ remotes/origin/master )
52
+ git_diff=$( git diff --name-status --find-copies-harder --diff-filter=AC --relative=pages/ remotes/origin/main )
53
53
54
54
if [ -n " $git_diff " ]; then
55
55
echo -e " Check PR: git diff:\n$git_diff " >&2
You can’t perform that action at this time.
0 commit comments