8000 renamed master branch to main · arangodb/spring-data@e6f784e · GitHub
[go: up one dir, main page]

Skip to content

Commit e6f784e

Browse files
committed
renamed master branch to main
1 parent a018acc commit e6f784e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
pull_request:
66
types: [ opened, synchronize, reopened ]
77
branches:
8-
- master
9-
- next
8+
- main
109
push:
1110
branches:
12-
- master
13-
- next
11+
- main
1412
paths-ignore:
1513
- '.github/**'
1614
- 'docker/**'

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ To contribute code:
2929
2. create a branch on the fork
3030
3. commit and push your changes to your branch
3131
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
3333
6. make sure all checks are green for your pull request (only with CLA signed)
3434

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.
3636

3737
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
3939
for ArangoDB. You can scan and email the CLA PDF file to [cla@arangodb.com](mailto:cla@arangodb.com) or send it via fax
4040
to +49-221-2722999-88.
4141

0 commit comments

Comments
 (0)
0