Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 933b285

Browse files
committed
Merge branch 'Pratyaksha462-details' of https://github.com/Pratyaksha462/scaler-september-open-source-challenge into Pratyaksha462-details
2 parents def7f3b + 582bb52 commit 933b285

File tree

8 files changed

+54
-25
lines changed

8 files changed

+54
-25
lines changed

Challenges/challenge_1.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
## Welcome to Challenge 1
22

3-
Welcome to the first challenge!
4-
We will start off with an easy task.
3+
Welcome to the first challenge!
4+
We will start off with an easy task.
5+
6+
Task:
7+
Create a [new issue](https://github.com/scaleracademy/scaler-september-open-source-challenge/issues/new) on this repository with the following details to be added to the content of the issue:
8+
9+
```
10+
name: Add your name here
11+
github_user_name: add your github username here
12+
```

Challenges/challenge_12.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
## Welcome to Challenge 12
22

3-
Welcome to the 12th Challenge
3+
Welcome to the 12th Challenge
44

55
Today's challenge is a re-practice of the 7th Challenge (https://github.com/scaleracademy/scaler-september-open-source-challenge/blob/main/Challenges/challenge_7.md?plain=1)
66

7-
So focus for this challenge will be to practice the ``git rebase`` command. We still see a number of Pull requests that have a lot more commits than there should be, therefore we give you a chance to correct it again.
7+
So focus for this challenge will be to practice the `git rebase` command. We still see a number of Pull requests that have a lot more commits than there should be, therefore we give you a chance to correct it again.
88

9-
Ensure to practice the ``git rebase`` command by creating your own local git repository. You can checkout this guide: https://www.freecodecamp.org/news/git-squash-explained/
9+
Ensure to practice the `git rebase` command by creating your own local git repository. You can checkout this guide: https://www.freecodecamp.org/news/git-squash-explained/
1010

11-
Task:
12-
1. Practice git rebase, and how to squash commit susing git rebase in your local projects
11+
Task:
12+
13+
1. Practice git rebase, and how to squash commit susing git rebase in your local projects
1314
2. Once done, try to squash the commits in your pull request in the Challenge repository
14-
3. We also see a lot of challengers are not signing their commits. Refer to Challenge 10: https://github.com/scaleracademy/scaler-september-open-source-challenge/blob/main/Challenges/challenge_10.md and ensure to sign your commits.
15+
3. We also see a lot of challengers are not signing their commits. Refer to Challenge 10: https://github.com/scaleracademy/scaler-september-open-source-challenge/blob/main/Challenges/challenge_10.md and ensure to sign your commits.

Challenges/challenge_13.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
## Welcome to Challenge 13
22

3-
Welcome to the 13th Challenge
3+
Welcome to the 13th Challenge
44

5-
Today's challenge involves how to use ``git stash`` command effectively. You can refer on how to stash your commits [here](https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning)
5+
Today's challenge involves how to use `git stash` command effectively. You can refer on how to stash your commits [here](https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning)
66

7-
Task:
8-
1. Inside the branch you created in the previous challenge ``your-username-details`` create a new file inside the ``contributors/<YOUR-GITHUB_USERNAME>/`` directory.
7+
Task:
8+
9+
1. Inside the branch you created in the previous challenge `your-username-details` create a new file inside the `contributors/<YOUR-GITHUB_USERNAME>/` directory.
910
2. Use the git stash command to move these changes to the stash area
1011
3. Remove the content from the stash area and share a screenshot of this inside the Github issue you created in the first challenge

Challenges/challenge_5.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## Welcome to Challenge 5
22

3-
Welcome to the fourth challenge!
3+
Welcome to the fifth challenge!
4+
45
Today's goal is to update your forked repository and then create a Pull Request
56

67
Task
8+
79
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
810
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.
911

@@ -25,4 +27,5 @@ name: your_name
2527
github_user_name: YOUR-GITHUB-USERNAME
2628
---
2729
```
28-
5. Submit your Pull Request
30+
31+
5. Submit your Pull Request on the main challenge repo.

Challenges/challenge_6.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
## Welcome to Challenge 6
22

3-
Welcome to the sixth challenge!
3+
Welcome to the sixth challenge!
44
Today's goal is to update your pull request that you created in [Challenge 5](https://github.com/scaleracademy/scaler-september-open-source-challenge/blob/main/Challenges/challenge_5.md?plain=1)
55

66
Task
7-
1. Create a new commit in the branch you created in Challenge 2 in your forked repository
8-
2. The change that you have to make should be the following:
9-
In the markdown file that was created in Challenge 5, edit the details as follows:
7+
8+
1. Create a new commit in the branch you created in Challenge 2 in your forked repository
9+
2. The change that you have to make should be the following:
10+
In the markdown file that was created in Challenge 5, edit the details as follows:
11+
1012
```
1113
---
1214
name: your_name
1315
github_user_name: YOUR-GITHUB-USERNAME
1416
url_of_github_isse: Link_of_the_github_issue_created_in_first_challenge
1517
---
1618
```
17-
3. After making this change create a commit with a proper commit message and push the changes
18-
4. Check if the commit reflects in the Pull request you created in Challenge 5
1919

20+
3. After making this change create a commit with a proper commit message and push the changes
21+
4. Check if the commit reflects in the Pull request you created in Challenge 5

Challenges/challenge_8.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Welcome to Challenge 8
22

3-
Welcome to the 8th challenge!
3+
Welcome to the 8th challenge!
44

55
Today's challenge is simple. But along side the task, please give the [following article](https://www.atlassian.com/git/tutorials/undoing-changes/git-reset) a read, as this will be used in Challenge 9.
66

7+
Task:
78

8-
Task:
9-
1. Inside the branch you created during the prior challenges in your forked repository, make a new file by the name of ``your-github-username-2.md`` and add any details you may want to add to this markwdown file and push the change
9+
1. Inside the branch you created during the prior challenges in your forked repository, make a new file by the name of `your-github-username-2.md` and add any details you may want to add to this markwdown file and push the change
1010

11-
2. Ensure the change appears in the Pull request.
11+
2. Ensure the change appears in the Pull request.

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# scaler-september-open-source-challenge
1+
# Scaler September Open Source Challenge
22

33
<a href="https://discord.com/invite/scaler">
44
<p align="center">
@@ -7,22 +7,32 @@
77
</a>
88

99
## What is the Scaler September Open Source Challenge?
10+
1011
Every day throughout September, for those who have enrolled, we will share one task. 
1112
Participants will need to use their knowledge of Git and Github for each task, and the difficulty level of the tasks will rise daily.
1213

1314
The primary objective? To help the community become better at contributing to open source and building projects.
1415

1516
## Learning Outcomes
17+
1618
1. Learn how to contribute to open source projects. Learn the basics of creating issues, pull requests, Git and Github
1719
2. Celebrate with new rewards every time you reach a milestone!
1820

1921
## Prizes
22+
2023
Consistency is what we're after. As a result, we have several levels or awards based on how consistently you complete the assignments.
2124
You won't be qualified for the remaining tasks of the challenge if you are unable to complete and submit a task on any given day.
2225

2326
Here is the reward [tier list](https://scalerdiscord.notion.site/3eabe9a1900c4b8685ae55acb5c33cbe?v=001e8d4c287f4d96bae935c5d45de521).
2427

2528
## Contact Us
29+
2630
For all communications and queries, you can join our [Discord Server](https://discord.com/invite/scaler).
2731

2832
## Resources
33+
34+
1. Launch Video for the September Challenge: [Guide to Github and the Open Source Challenge](https://youtu.be/70nx_YxE56Q)
35+
2. Git Tutorial: [Full Git Tutorial](https://www.youtube.com/watch?v=ZtfZGVQWjew)
36+
3. Find good first issues to contribute to: [Good First issues](https://goodfirstissue.dev/)
37+
4. Getting started with Github: [All you need to know about Github](https://www.youtube.com/watch?v=8WYXWs96xxc)
38+
5. How to contribute to Open Source: [Open Source contribution guide](https://www.youtube.com/watch?v=ABty2r3nDyU)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: Pratyaksha Newalkar
3+
github_user_name: Pratyaksha462
4+
---

0 commit comments

Comments
 (0)