Skip to content

Commit e652322

Browse files
author
childish-sambino
authored
Update and rename FIRST-TIMERS.md to FIRST_TIMERS.md
1 parent 6e17aac commit e652322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FIRST-TIMERS.md renamed to FIRST_TIMERS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
6. __Locally merge (or rebase)__ the upstream development branch into your topic branch:
3838

3939
```
40-
git pull [--rebase] upstream master
40+
git pull [--rebase] upstream main
4141
```
4242

4343
7. __Push__ your topic branch up to your fork:
4444
```
4545
git push origin <topic-branch-name>
4646
```
4747
8. __[Open a Pull Request](https://help.github.com/articles/creating-a-pull-request/#changing-the-branch-range-and-destination-repository/)__
48-
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
48+
with a clear title and description against the `main` branch. All tests must be passing before we will review the PR.
4949

5050
### Important notice
5151
Before creating a pull request, make sure that you respect the repository's constraints regarding contributions. You can find them in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
@@ -74,4 +74,4 @@
7474
* [Open Source Data Collector](https://github.com/sendgrid/open-source-library-data-collector/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22difficulty%3A+easy%22+label%3A%22status%3A+help+wanted%22)
7575
* [Open API Definition](https://github.com/sendgrid/sendgrid-oai/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22difficulty%3A+easy%22+label%3A%22status%3A+help+wanted%22)
7676
* [DX Automator](https://github.com/sendgrid/dx-automator/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22difficulty%3A+easy%22+label%3A%22status%3A+help+wanted%22)
77-
* [Documentation](https://github.com/sendgrid/docs/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22difficulty%3A+easy%22+label%3A%22status%3A+help+wanted%22)
77+
* [Documentation](https://github.com/sendgrid/docs/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22difficulty%3A+easy%22+label%3A%22status%3A+help+wanted%22)

0 commit comments

Comments
 (0)