diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ed6b25df..ecf7ca149 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,10 @@ -## Contributing Guidelines +# Contributing Guidelines Thank you for considering contributing to the repository. This guide details all the general information that one should know before contributing to the project. Please stick as close as possible to the guidelines. That way we ensure that you have a smooth experience contributing to this project. -### General Rules : +## General Rules + These are in general rules that you should be following while contributing to an Open Source project : - Be Nice, Be Respectful (BNBR) diff --git a/README.md b/README.md index 6c03e71e7..af60a9deb 100644 --- a/README.md +++ b/README.md @@ -1,57 +1,62 @@ # Scaler September Open Source Challenge - + ## What is the Scaler September Open Source Challenge? + Link for [Notion page](https://scalerdiscord.notion.site/scalerdiscord/Open-Source-September-Scaler-Discord-Community-f9306c7dc15a464ba1b6ea7ee30cdf0d). -Every day throughout September, for those who have enrolled, we will share one task.  -Participants will need to use their knowledge of Git and Github for each task, and the difficulty level of the tasks will rise daily. +Every day throughout September, for those who have enrolled, we will share one task. +Participants will need to use their knowledge of Git and GitHub for each task, and the difficulty level of the tasks will rise daily. The primary objective? To help the community become better at contributing to open source and building projects. ## Learning Outcomes -1. Learn how to contribute to open source projects. Learn the basics of creating issues, pull requests, Git and Github + +1. Learn how to contribute to open source projects. Learn the basics of creating issues, pull requests, Git and GitHub 2. Celebrate with new rewards every time you reach a milestone! ## How to participate? ### Step 1 -Accept the challenge by filling out this form: [https://bit.ly/opensourcesepbyscaler](https://bit.ly/opensourcesepbyscaler) +Accept the challenge by filling out this form: [https://bit.ly/opensourcesepbyscaler](https://bit.ly/opensourcesepbyscaler) ### Step 2 -If you haven't already, create an account on Github, and brush up on your skills in Git and Github. +If you haven't already, create an account on GitHub, and brush up on your skills in Git and GitHub. ### Step 3 -Head to the official [Scaler Open Source challenge repository](https://github.com/scaleracademy/scaler-september-open-source-challenge/). Star it. +Head to the official [Scaler Open Source challenge repository](https://github.com/scaleracademy/scaler-september-open-source-challenge/). Star it. -Keep track of the README, as a new task will be added every day. +Keep track of the README, as a new task will be added every day. -Please go through the task for that day and solve it. +Please go through the task for that day and solve it. ### Step 4 Don't forget to share your progress within the community if you want those rewards! ## Prizes + Consistency is what we're after. As a result, we have several levels or awards based on how consistently you complete the assignments. 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. Here is the reward [tier list](https://scalerdiscord.notion.site/3eabe9a1900c4b8685ae55acb5c33cbe?v=001e8d4c287f4d96bae935c5d45de521). ## Contact Us + For all communications and queries, you can join our [Discord Server](https://discord.com/invite/scaler). ## Resources -1. Launch Video for the September Challenge: [Guide to Github and the Open Source Challenge](https://youtu.be/70nx_YxE56Q) + +1. Launch Video for the September Challenge: [Guide to GitHub and the Open Source Challenge](https://youtu.be/70nx_YxE56Q) 2. Git Tutorial: [Full Git Tutorial](https://www.youtube.com/watch?v=ZtfZGVQWjew) 3. Find good first issues to contribute to: [Good First issues](https://goodfirstissue.dev/) -4. Getting started with Github: [All you need to know about Github](https://www.youtube.com/watch?v=8WYXWs96xxc) +4. Getting started with GitHub: [All you need to know about GitHub](https://www.youtube.com/watch?v=8WYXWs96xxc) 5. How to contribute to Open Source: [Open Source contribution guide](https://www.youtube.com/watch?v=ABty2r3nDyU) diff --git a/challengers-list.md b/challengers-list.md index 2fb6f60ea..08419c34a 100644 --- a/challengers-list.md +++ b/challengers-list.md @@ -1,4 +1,5 @@ # List of challengers + 1. [Mrinal](https://github.com/mrinal1224) 2. [Shivay](https://github.com/shivaylamba) 3. [Raghav](https://github.com/raghavdhingra) diff --git a/contributors/shivaylamba/shubhansu-kr/shubhansu-kr.md b/contributors/shivaylamba/shubhansu-kr/shubhansu-kr.md new file mode 100644 index 000000000..d4ebe55c8 --- /dev/null +++ b/contributors/shivaylamba/shubhansu-kr/shubhansu-kr.md @@ -0,0 +1,4 @@ +--- +name: Shubhansu kumar singh +github_user_name: shubhansu-kr +--- \ No newline at end of file diff --git a/contributors/shubhansu-kr/challenge19.js b/contributors/shubhansu-kr/challenge19.js new file mode 100644 index 000000000..4831a0cf1 --- /dev/null +++ b/contributors/shubhansu-kr/challenge19.js @@ -0,0 +1,5 @@ +const greet = () => { + console.log('Hello Scalar') +} + +setInterval(greet, 1000) diff --git a/contributors/shubhansu-kr/shubhansu-kr.md b/contributors/shubhansu-kr/shubhansu-kr.md new file mode 100644 index 000000000..d4ebe55c8 --- /dev/null +++ b/contributors/shubhansu-kr/shubhansu-kr.md @@ -0,0 +1,4 @@ +--- +name: Shubhansu kumar singh +github_user_name: shubhansu-kr +--- \ No newline at end of file