Skip to content

Commit 4363de0

Browse files
move to 'main' as default branch
1 parent 7e8f8e0 commit 4363de0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ create a new one that you would like work on and discuss your ideas and use case
3030
It is always best to discuss your plans beforehand, to ensure that your contribution is in line with our goals.
3131

3232
- Fork the repository on GitHub
33-
- Create a topic branch from where you want to base your work. This is usually master.
33+
- Create a topic branch from where you want to base your work. This is usually `main`.
3434
- Open a new pull request, label it `work in progress` and outline what you will be contributing
3535
- Make commits of logical units.
3636
- Make sure you sign-off on your commits `git commit -s -m "adding X to change Y"`
@@ -62,7 +62,7 @@ $ cd tracelib
6262
$ npm install
6363
```
6464

65-
You can find a fixture tracelog to test API changes in the [test directory](https://github.com/saucelabs/tracelib/blob/master/tests/__fixtures__/jankTraceLog.json).
65+
You can find a fixture tracelog to test API changes in the [test directory](https://github.com/saucelabs/tracelib/blob/main/tests/__fixtures__/jankTraceLog.json).
6666

6767
### Build Project
6868

0 commit comments

Comments
 (0)