Tan-Yi-Cheng / Opensource-practice

Want to get started with open source? Don't worry we have got you covered. Contribute to this repository to begin your open source journey from this Repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opensource-practice - Design and Code

Maintenance PRs Welcome Open Source Love svg1 contributions welcome GitHub license Discord

What is Opensource-practice?

This is a Practise Repo for you awesome people, to practise Pull requests by doing easy stuff. and also Showcase your names in this Opensource practice Repo, and let your sweet 💖 memory embbed here.

Welcome to Design & Code where anyone interested in designing and coding can connect and interact with fellow peers from all over the globe and not only learn but also collaborate on various projects!



Join our Community and feel free to drop your questions on

Discord


Contribution Guidelines🏗

Want to add your project to the repo? We invite you to contribute. To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/<your_user_name>/Opensource-practice.git

3. Navigate to the project directory 📁 .

cd Opensource-practice

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/Design-and-Code/Opensource-practice.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perfom your desired changes to the code base.

9. Track your changes ✔.

git add . 

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request go to your Repo, you will see compare and pull requests click on it.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15 Voila! You have made a PR to the Opensource-practice 💥 . Wait for your submission to be accepted and your PR to be merged.

Note :

Please do not edit anything above <!--START_SECTION--> and below <!--END_SECTION--> in README.MD


Project Maintainers 🛠


Format to follow:

| 1. | [Your Name](Github link) | [Social](Social Link)  | Fun Fact about you | Language you love |

Add Your Names and Super fun facts in the Table below 🤩

Sr. no. Name✨ Social A fact about yourself 💯 Language you 💖
1. Devraj Chatribin Twitter College takes my 14 hours from 24 sed lyf 🥲 Sarcasm 😂
2. Saksham Gurbhele Twitter I cook food 🍲 and love to loop Spotify Playlists :P Java 🚀
3. Falguni Sarkar Twitter Am I really that person you think of me? Sarcasm 😂
4. Anirudha Das Discord yato yato yato, idk what it means :P Sarcasm 😂
5. Greeshma Twitter I am big foodie 😋 and a Potterhead ⚡ JavaScript 💻
6. Nandani Paliwal Twitter Currently busy in Proteus (college project) Sarcasm 😂
7. Nimish Jain Portfolio Basketball🏀 Food😋 Music🎵 JavaScript 👨‍💻
8. Hardik Jaiswal Discord I am a huge fan of the Avengers🤩 Python 🐍
9. Avni Github I read books, I am a Potterhead CSS ✨
10. Aaquib Ali Instgram I know it's crazy, but I love to eat… Javascript ✨
11. Ekta Arora linkedin I love to explore new things ✨ Java ✨
12. Mahi Chowdhury linkedin I love React js but exploring Java ✨ Java ✨
13. Aman Tyagi Twitter I enjoy playing Chess ♟ JavaScript 🐱‍💻
14. Ameesha Gireesh Linkedin I love math and swimming Python & JavaScript 🐱‍💻
15. Anubhav Portfolio Basketball🏀 Anime❤ Music🎵 Computer Vison 👨‍💻

Our valuable Contributors👩‍💻👨‍💻 :

We will be happy if you give this repo a ⭐

About

Want to get started with open source? Don't worry we have got you covered. Contribute to this repository to begin your open source journey from this Repository.

License:MIT License