Skip to content

Commit e243eb4

Browse files
authored
master > main
1 parent 9dc6671 commit e243eb4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Please take a moment to review this document in order to make the contribution
44
process easy and effective for everyone involved.
55

6+
*Please submit one PR per question*
7+
68
Following these guidelines helps to communicate that you respect the time of
79
the developers managing and developing this open source project. In return,
810
they should reciprocate that respect in addressing your issue or assessing
@@ -39,8 +41,8 @@ Adhering to the following process is the best way to get your work included in t
3941
2. If you cloned a while ago, get the latest changes from upstream:
4042

4143
```bash
42-
git checkout master
43-
git pull upstream master
44+
git checkout main
45+
git pull upstream main
4446
```
4547

4648
3. Create a new topic branch (off the main project development branch) to
@@ -53,7 +55,7 @@ Adhering to the following process is the best way to get your work included in t
5355
4. Locally merge (or rebase) the upstream development branch into your topic branch:
5456

5557
```bash
56-
git pull [--rebase] upstream master
58+
git pull [--rebase] upstream main
5759
```
5860

5961
5. Set-up the website
@@ -70,7 +72,7 @@ Our website is made with [Eleventy](https://11ty.io).
7072
* If you are looking to edit infrastructure/templating files of the website and not sure how to, [check their docs](https://11ty.io/docs).
7173
* If you are looking to change a question/translation file, just change the markdown file you want and the website will be updated once it is deployed.
7274

73-
6. Squash your commits down to a single one (we want to keep the master branch nice and clean)
75+
6. Squash your commits down to a single one (we want to keep the main branch nice and clean)
7476

7577
7. Push your topic branch up to your fork:
7678

0 commit comments

Comments
 (0)