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
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Today's goal is to update your forked repository and then create a Pull Request
5
+
6
+
Task
7
+
1. Ensure your forked repository is in sync with the latest changes in the main repository. Also ensure that the git branch that you created in Challenge 2 is also in sync with the latest changes
8
+
2. Create a new folder inside the `contributors` folder, and name it with your github username. It should look something like this `contributors/<YOUR-GITHUB_USERNAME>/`. Ex.
9
+
10
+
```
11
+
contributors/shivaylamba/
12
+
```
13
+
14
+
3. Create a markdown file in the folder you created following the naming convention for the file: `<YOUR-GITHUB-USERNAME>.md`. Ex.
15
+
16
+
```
17
+
contributors/shivaylamba/shivaylamba.md
18
+
```
19
+
20
+
4. Copy the following template into your file, delete the placeholder text and fill the information with yours.
0 commit comments