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
+3-3
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To share either bug or features, [create an issue here](https://github.com/inter
23
23
24
24
Before we begin, if you don't already have, download [git](https://git-scm.com/downloads) and [node.js](https://nodejs.org/en/download/). You may look at relevant tutorials to set them up according to your operating system.
25
25
26
-
- Open the [wayback machine browser extension github page](https://github.com/internetarchive/wayback-machine-webextension/) and fork the project.
26
+
- Open the [wayback machine browser extension GitHub page](https://github.com/internetarchive/wayback-machine-webextension/) and fork the project.
27
27
- Open the terminal and navigate to the directory where you wish to clone the project using
28
28
`cd <Address-to-the-directory>`
29
29
- Clone the project and navigate to working directory by typing the commands
@@ -56,7 +56,7 @@ Once you have cloned the repository to your local machine (this would work with
56
56
`npm test`
57
57
- Read the [Testing Guide](TESTING_GUIDE.md) for details.
58
58
59
-
### Push the changes to Github
59
+
### Push the changes to GitHub
60
60
61
61
- Open your git terminal
62
62
- Create a new branch for every feature you add, or every set of bugs you fix and more to that branch using
@@ -69,7 +69,7 @@ Once you have cloned the repository to your local machine (this would work with
69
69
To learn how to write a good commit message, please see [https://chris.beams.io/posts/git-commit/](https://chris.beams.io/posts/git-commit/)
70
70
- Push the changes to the repository using
71
71
`git push -u origin <branch-name>`
72
-
- Open the main github repository, and create a Pull Request. (You will see an option when you open the repository)
72
+
- Open the main GitHub repository, and create a Pull Request. (You will see an option when you open the repository)
73
73
- Review the PR title, and make it meaningful. For example
0 commit comments