You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ High level overview of upcoming Operation Code goals. This is the source of upc
172
172
173
173
## Working On Your Issue
174
174
175
-
* Please first **read** Operation Code's [guidelines for working an issue](https://github.com/OperationCode/operationcode/blob/master/CONTRIBUTING.md#guidelines-for-working-an-issue)
175
+
* Please first **read** Operation Code's [guidelines for working an issue](https://github.com/OperationCode/operationcode/blob/main/CONTRIBUTING.md#guidelines-for-working-an-issue)
176
176
177
177
* From the forked and cloned repository on your environment, you can now create a [feature branch](http://nvie.com/posts/a-successful-git-branching-model/). It is a good idea to name your branch after the issue it is attached to.
178
178
@@ -188,10 +188,10 @@ git branch
188
188
189
189
* Once you have finished your work, head over to **Operation Code**'s main GitHub page, and make a pull request. More information about pull requests can be found in the next section.
190
190
191
-
* To return to your main `master` branch, type the following in the terminal:
191
+
* To return to your main `main` branch, type the following in the terminal:
192
192
193
193
```bash
194
-
git checkout master
194
+
git checkout main
195
195
```
196
196
197
197
</details>
@@ -202,10 +202,10 @@ git checkout master
202
202
<summary>Click to Expand</summary>
203
203
Some issues take awhile to code a solution for. It is very normal to take a large amount of time to turn in
204
204
well-written work that resolves an issue! In the meantime, there could be many other people contributing to the
205
-
code base. Since we use Git, you'll want to keep you project up-to-date with the `master` branch so there are no
205
+
code base. Since we use Git, you'll want to keep you project up-to-date with the `main` branch so there are no
206
206
[merge conflicts](https://help.github.com/articles/about-merge-conflicts/) to resolve when you make your pull request.
207
207
<ol>
208
-
<li> <ahref="https://help.github.com/articles/syncing-a-fork/">Keep your fork in sync with Operation Code's master branch.</a></li>
208
+
<li> <ahref="https://help.github.com/articles/syncing-a-fork/">Keep your fork in sync with Operation Code's main branch.</a></li>
209
209
</ol>
210
210
</details>
211
211
@@ -291,7 +291,7 @@ Download and install Git for Windows from https://git-scm.com/download/win
291
291
292
292
Download the latest version of python at https://www.python.org/downloads/, (3.7.3 at time of writing)
293
293
294
-
Follow the steps found in the [Quick Start Guide](https://github.com/OperationCode/back-end/blob/master/README.md#quick-start)
294
+
Follow the steps found in the [Quick Start Guide](https://github.com/OperationCode/back-end/blob/main/README.md#quick-start)
295
295
296
296
Occasionally you will deal with path issues this is fixed within windows by adding the appropriate key value pair to the path.
Copy file name to clipboardExpand all lines: MAINTAINERS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This file lists how the Operation Code Back End project is maintained. When making changes to the system, this file tells you who needs to review your contribution - you need a simple majority of maintainers for the relevant subsystems to provide a 👍 on your pull request. Additionally, you need to not receive a veto from a lieutenant or the project lead.
4
4
5
-
Check out [how Operation Code Open Source projects are maintained](https://github.com/OperationCode/START_HERE/blob/master/open_source_maintenance_policy.md) for details on the process, how to become a maintainer, lieutenant, or the project lead.
5
+
Check out [how Operation Code Open Source projects are maintained](https://github.com/OperationCode/START_HERE/blob/main/open_source_maintenance_policy.md) for details on the process, how to become a maintainer, lieutenant, or the project lead.
0 commit comments