Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create README. ME #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions README. ME
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
## 🏅💻 Hacktoberfest2021
![](https://hacktoberfest.digitalocean.com/_nuxt/img/logo-hacktoberfest-full.f42e3b1.svg)
Hacktoberfest is back this year!

Hacktoberfest is an annual month-long celebration of open source organised every year by DIgital Ocean. Every participant who follows their set of rules and get 4 Pull Requests (PRs) merged will receive swags. For the past years, learners have been hacking throughout October in the open-source community, and this 8th year you can avail yourself the opportunity to partake and contribute to this ever-growing platform.

Connect With Us
GDSC: https://gdsc.community.dev/birla-institute-of-technology-mesra-deoghar/
Twitter: https://twitter.com/club_bitd
LinkedIn: https://www.linkedin.com/in/dsc-bitd/
Instagram: https://www.instagram.com/dscbitdeoghar/
Discord: https://bit.ly/Discord-DSC
Telegram: https://t.me/joinchat/Ql5ukIjDiEcxNmNl

## 💻Tech Stack



![HTML](https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white)
![JS](https://img.shields.io/badge/javascript%20-%23323330.svg?&style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

## 📌Contributing Guidelines :
**1.** Fork [this](https://github.com/Developer-Student-Club-BIT-Deoghar/Hacktoberfest21.git) repository.
**2.** Clone your forked copy of the project.
```
git clone --depth 1 https://github.com/<your_name>/Hacktoberfest21.git
```
**3.** Navigate to the project directory :file_folder: .
```
cd Hacktoberfest21
```
**4.** Add a reference(remote) to the original repository.
```
git remote add upstream https://github.com/Developer-Student-Club-BIT-Deoghar/Hacktoberfest21.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.
<p align="center"><img width=35% src="https://media2.giphy.com/media/L1R1tvI9svkIWwpVYr/giphy.gif?cid=ecf05e47pzi2rpig0vc8pjusra8hiai1b91zgiywvbubu9vu&rid=giphy.gif"></p>
**9.** Track your changes:heavy_check_mark:
```
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, click on `compare and pull requests`. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.
**13.** Add appropriate title and description to your pull request explaining your changes and efforts done. Always make sure you have pulled the latest code from the master branch before making a PR.
**14.** Click on `Create Pull Request`.
**15.** Hurray ❗ You have created a PR to the DSC-BITD Hacktoberfest21 Website 💥 . Sit back patiently and relax till then the project maintainers will review your PR. Please understand, there will be some time taken to review a PR and can vary from a few hours to a few days too so be Patient and keep contributing.
## Project Maintainers ❤️
| <a href="https://github.com/kod-it"><img src="https://avatars.githubusercontent.com/kod-it" width=150px height=150px /></a> |
| :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| **[Akash Dip](https://www.linkedin.com/in/akashdip/)**
| <a href="https://github.com/neha030"><img src="https://avatars.githubusercontent.com/neha030" width=150px height=150px /></a> |
| :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| **[Neha Jha](https://www.linkedin.com/in/neha-jha-102062206)**
## Connect With Us 🤝
<div align="center">
<a href="https://www.linkedin.com/in/dsc-bitd" target="_blank"><img alt="LinkedIn" src="https://img.shields.io/badge/linkedin%20-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white" /></a>
[<img src = "https://img.shields.io/badge/instagram-%23E4405F.svg?&style=for-the-badge&logo=instagram&logoColor=white">](https://instagram.com/dscbitdeoghar?utm_medium=copy_link)
<a href="https://twitter.com/club_bitd?s=08" target="_blank"><img alt="Twitter" src="https://img.shields.io/badge/twitter%20-%230077B5.svg?&style=for-the-badge&logo=twitter&logoColor=white" /></a>
[<img src = "https://img.shields.io/badge/discord-%23E4405F.svg?&style=for-the-badge&logo=discord&logoColor=white">](https://bit.ly/Discord-DSC)
</div>
<p align="center">
<a href="https://gdsc.community.dev/birla-institute-of-technology-mesra-deoghar/"><img src="https://github.com/Developer-Student-Club-BIT-Deoghar/Hacktoberfest21/blob/main/Images/DSCLogo.png" /></a>
</p>