Skip to content

Commit 2c847d5

Browse files
authoredMar 21, 2024
chore(): change branch from master to main accross the codebase (decaporg#7154)
1 parent 9e18ffb commit 2c847d5

File tree

109 files changed

+2487
-2487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+2487
-2487
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Thanks for submitting a pull request!
33
44
Please make sure you've read and understood our contributing guidelines here:
5-
https://github.com/decaporg/decap-cms/blob/master/CONTRIBUTING.md
5+
https://github.com/decaporg/decap-cms/blob/main/CONTRIBUTING.md
66
77
If this is a bug fix, make sure your description includes "fixes #xxxx", or
88
"closes #xxxx", where #xxxx is the issue number.
@@ -29,6 +29,6 @@ Example: The exact commands you ran and their output, screenshots / videos if th
2929

3030
Please add a `x` inside each checkbox:
3131

32-
- [ ] I have read the [contribution guidelines](https://github.com/decaporg/decap-cms/blob/master/CONTRIBUTING.md).
32+
- [ ] I have read the [contribution guidelines](https://github.com/decaporg/decap-cms/blob/main/CONTRIBUTING.md).
3333

3434
**A picture of a cute animal (not mandatory but encouraged)**

‎.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Node CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
types: [opened, synchronize, reopened]
99

0 commit comments

Comments
 (0)
Please sign in to comment.