File tree 2 files changed +5
-7
lines changed 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
types : [ opened, synchronize, reopened ]
7
7
branches :
8
- - master
9
- - next
8
+ - main
10
9
push :
11
10
branches :
12
- - master
13
- - next
11
+ - main
14
12
paths-ignore :
15
13
- ' .github/**'
16
14
- ' docker/**'
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ To contribute code:
29
29
2 . create a branch on the fork
30
30
3 . commit and push your changes to your branch
31
31
4 . make sure the tests run on your local machine
32
- 5 . create a pull request from your branch to ` master ` of this repository
32
+ 5 . create a pull request from your branch to ` main ` of this repository
33
33
6 . make sure all checks are green for your pull request (only with CLA signed)
34
34
35
- Do not change the project version, this will be done after merge on master .
35
+ Do not change the project version, this will be done after merge on main .
36
36
37
37
To accept external contributions, we need you to fill out and sign our
38
- [ Individual Contributor License Agreement ] ( https://www. arangodb.com/documents/cla.pdf ) (CLA ). We use an Apache 2 CLA
38
+ [ CLA ] ( https://arangodb.com/community/#contribute ) . We use an Apache 2 CLA
39
39
for ArangoDB. You can scan and email the CLA PDF file to [ cla@arangodb.com ] ( mailto:cla@arangodb.com ) or send it via fax
40
40
to +49-221-2722999-88.
41
41
You can’t perform that action at this time.
0 commit comments