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: .github/SECURITY.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
3
3
## Reporting a Vulnerability
4
4
5
-
In order for the vulnerability reports to reach maintainers as soon as possible, the preferred way is to use the "Report a vulnerability" button under the "Security" tab of the associated GitHub project. This creates a private communication channel between the reporter and the maintainers.
5
+
In order for vulnerability reports to reach maintainers as soon as possible, the preferred method is to use the "Report a vulnerability" button under the "Security" tab of the associated GitHub project. This creates a private communication channel between the reporter and the maintainers.
6
6
7
-
If you are absolutely unable to or have strong reasons not to use GitHub's vulnerability reporting workflow, please reach out to the the team by mailing to [email protected]
7
+
If you cannot or prefer not to use GitHub's vulnerability reporting workflow, please reach out to the team by emailing [email protected].
<kbd>[<imgtitle="ગુજરાતી / हिन्दी / मराठी / മലയാളം / ಕನ್ನಡ / తెలుగు / ଓଡିଆ / छत्तीसगढ़ी / ਪੰਜਾਬੀ"alt="ગુજરાતી / हिन्दी / मराठी / മലയാളം / ಕನ್ನಡ / తెలుగు / ଓଡିଆ / छत्तीसगढ़ी / ਪੰਜਾਬੀ"src="https://cdn.statically.io/gh/hjnilsson/country-flags/master/svg/in.svg"width="22">](docs/translations/Translations.md)</kbd>
<kbd>[<imgtitle="Español de Ecuador"alt="Ecuador"src="https://cdn.statically.io/gh/hjnilsson/country-flags/master/svg/ec.svg"width="22">](docs/translations/README.ec.md)</kbd>
This project aims to simplify and guide the way beginners make their first contribution. If you are looking to make your first contribution, follow the steps below.
93
95
94
96
_If you're not comfortable with command line, [here are tutorials using GUI tools.](#tutorials-using-other-tools)_
95
97
96
-
<imgalign="right"width="300"src="https://firstcontributions.github.io/assets/Readme/fork.png"alt="fork this repository" />
98
+
<imgalign="right"width="300"src="https://firstcontributions.github.io/assets/Readme/fork.png"alt="fork the repository" />
97
99
98
100
#### If you don't have git on your machine, [install it](https://docs.github.com/en/get-started/quickstart/set-up-git).
99
101
@@ -104,7 +106,7 @@ This will create a copy of this repository in your account.
104
106
105
107
## Clone the repository
106
108
107
-
<imgalign="right"width="300"src="https://firstcontributions.github.io/assets/Readme/clone.png"alt="clone this repository" />
109
+
<imgalign="right"width="300"src="https://firstcontributions.github.io/assets/Readme/clone.png"alt="clone the repository" />
108
110
109
111
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button, then on SSH tab and then click the _copy url to clipboard_ icon.
110
112
@@ -197,7 +199,7 @@ replacing `your-branch-name` with the name of the branch you created earlier.
197
199
-### Authentication Error
198
200
<pre>remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
199
201
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
200
-
fatal: Authentication failed for 'https://github.com/<your-username>/first-contributions.git/'</pre>
202
+
fatal: Authentication failed for 'https://github.com/<your-username>/first-contributions.git/'</pre>
201
203
Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account.
202
204
203
205
Also, you might want to run 'git remote -v' to check your remote address.
@@ -217,7 +219,7 @@ replacing `your-branch-name` with the name of the branch you created earlier.
217
219
218
220
If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button.
219
221
220
-
<imgstyle="float: right;"src="https://firstcontributions.github.io/assets/Readme/compare-and-pull.png"alt="create a pull request" />
222
+
<imgstyle="float: right;"src="https://firstcontributions.github.io/assets/Readme/compare-and-pull.png"alt="compare and create pull request" />
221
223
222
224
Now submit the pull request.
223
225
@@ -242,10 +244,3 @@ Now let's get you started with contributing to other projects. We've compiled a
0 commit comments