Code Monkey home page Code Monkey logo

osc-vitap / opensource101 Goto Github PK

View Code? Open in Web Editor NEW
82.0 3.0 107.0 2.92 MB

This is a starter repository made specifically so we can help you get your first pull request and learn the basics of Git and GitHub.

Home Page: https://opensource101.oscvitap.org/

License: GNU General Public License v3.0

Python 0.25% HTML 0.22% CSS 0.15% JavaScript 0.69% Svelte 98.69%
good-first-issue beginner beginner-friendly first-timers first-pull-request-and-commit first-pull-request easy hacktoberfest open-source hactoberfest2023

opensource101's Introduction

Welcome to OpenSource101!



This is a starter repository made specifically so we can help you get your first pull request and learn the basics of Git and GitHub.

If you're a beginner and you've come looking for your first contribution, we are here to help.
We've provided the instructions for you to get started with contributing to Open Source. Scroll down for more info.

Prerequisites

1. Install Git on your computer.

Firstly, install Git onto your local system. If you are on linux or mac, you get Git pre-installed.
However, if you are on Windows you will have to install it. To do so, click here.

2. Creating a GitHub account.

Head over to GitHub.com and create an account by signing up.

3. Now what?

Open sourcing and contributing to the free internet is what drives the internet today, and everyone and every single contribution is appreciated in the Open Source world.
And, you can join us with your first pull request right here!

First pull request to Glory

1. Star and Fork this Repository

You can star and fork this repository on GitHub at the top of the repository.

Forking allows you to create a version of the repository for yourself.
This allows you to make changes to the repository without requiring any permissions or interfering with the existing repository.
Now, redirect yourself to your fork of the repository, which should have a URL like so,

https://github.com/your-github-username/OpenSource101

2. Clone the repository to your local computer

To make your own copy of the repository that you would want to contribute to, you'll need to clone it to your system for easier access. Using the git clone commmand, you could clone the repository to your local system. While the URL would essentially be like,

https://github.com/your-username/OpenSource101.git

It's easier to just click on the clone icon and copy it to your clipboard.

After which, just direct yourself to whichever place you wish to clone the repository to using the change directory or cd command in terminal and then git clone your project.

3. Create a New Branch

Direct yourself into the repository using cd OpenSource101/. Now, we'll create and switch onto the branch that we will be working on, for editing file in the project.

Creating a branch,

git branch branch-name

Switching from main branch to another branch,

git checkout branch-name

Viewing all the available branches for your repository,

git branch -a

4. Contribute!

To help make contribution easy, we have made a fixed template for you to work on. Follow the steps provided below.

We can finally get to contributing to the repository now!
Now that you've switched over to another branch, change your directory to contributors using cd contributors.

Create a file with your github username with a .json extension.
Example : GITHUB-USERNAME.json , where GITHUB-USERNAME is your current GitHub username.

The contents of the JSON file in the below format,

{
    "github-username": "YOUR-GITHUB-USERNAME",
    "favourite-game": "YOUR-FAVOURITE-GAME",
    "favourite-language": "YOUR-FAVOURITE-PROGRAMMING-LANGUAGE",
    "favourite-color": "#FFFFFF"
}
"github-username" should be the same one as the one you're making the pull request from.

"favourite-game" can be any game that you really like.

"favourite-language" has to be your favourite programming language or any programming language that you really want to learn.

"favourite-color" can be any color in hex format (example: #FFF44F). You can pick any color from Google's color picker.

Note : Make sure your contributions are in line with our Code of Conduct.

5. Committing the changes

You can add all the files that you've updated using the command git add -A
Then, you commit to save the files, like how you would at a checkpoint, git commit -m "added myself"

Now, you want to push to your fork online, that works with git push origin branch-name.

6. Updating the local repository

It is important to keep your local repository updated with the project in order to avoid merge conflicts. To do this, you'll have to configure a remote for the fork and then sync the fork.

Configuring a Remote for the fork

In order to create a remote for the fork, you'll need to specify a new remote upstream repoistory (the repository you forked from) to sync with the fork. You'll be using the git remote add command to do that.

git remote add upstream https://github.com/Open-Source-Community-VIT-AP/OpenSource101.git

Note: We have referenced the original repository as "upstream".

Syncing the fork

Once the remote references to the original repository you forked from, you are ready to sync changes in order to keep your local copy up to date. To do this, we use the git fetch command.

git fetch upstream

Once done, you need to switch back to the main branch, you can do this using

git checkout main

Now, merge changes made from the original repository's main branch with your current local ,main branch using

git merge upstream/main

7. Making the pull request

Once your local repository is updated, you are all set to send us a pull request.

To do that, just open your forked repository and click on pull request, now you can see a green button that says "New pull request".

Create the pull request and lay back and relax until you receive a notice signifying the acceptance of your pull request or, the request to modify your changes.

Note : If you have any question regarding any of the steps above or about anything related to this repository, just create an issue.

Open Source and it's wonders

Now, that you've made your first pull request, it's time to explore the vast Open Source network, filled with projects that have ground-breaking potential.
Projects that can revolutionalize the way we look at things.
As well as create your own for other people to appreciate and contribute to!

Get, Set, Contribute!

opensource101's People

Contributors

0xnunana avatar abhineetsaha avatar actions-user avatar akhdanmuafa avatar akhillllldev avatar atulakella avatar avipstar avatar dat-adi avatar faizan-alam-1 avatar fullmeteor172 avatar jai-gaurav avatar karmakarrahul avatar karthiksagarn avatar kingsmen732 avatar kratikaatgithub avatar mihika1708 avatar navadeepnaidu7 avatar officialakhil avatar oscvitap avatar pedroalecrim avatar rahul-alokkan avatar roshan798 avatar saipranay47 avatar svijayb avatar tarunsamala avatar theavinashk avatar thekodeking avatar unknownguy49 avatar venxii avatar zayedofficial avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

opensource101's Issues

[UREGENT] Major text overflow issue in the main webstie

Good first issue ๐ŸŽ

The JSON files that make the cards that are displayed on the website have no logic to account for text overflows.
Some one can upload a large text block, eg: The entire script of the Shrek Movie, and it will be displayed in full.

This needs to be fixed asap as this bug can potential ruin the website.

Attached below is the image of the issue.

image

You can see that fullmeteor172's card is larger than the rest because of the favorite game section.

Invalid label could count towards automated bans

I noticed you've added an automated labeler that automatically marks PRs as invalid -- that could mean that they will automatically count towards people getting banned from hacktoberfest. It might be better to simply remove the hacktoberfest topics from the repository to make so that PRs here don't count.

contribution

after editing my contribution, dont i need to push edit to cloned repo, under the new created branch made

Update CONTRIBUTING.md

The file needs some minor changes to reflect the contributing instructions provided in the README. E.G:

  • section 3 - should be git branch -a
  • section 4 - add instructions for changing directory to contributors
  • section 4 - Remove want to add something more section

Welcome to Hacktoberfest 2020!

Hey everyone!

We're nearing that time of the year again where we come together as a community to support, contribute, learn, and celebrate Open Source, Hacktober!

We've made this repository so that you'd have an easy time transitioning into the Open Source Community, by entailing all the steps to get started.

We've also provided the steps to getting your first pull request up and running as well!

We've opened up this issue so that you can make your pull requests to here, linking the issue, and thus, creating the first pull request out of four to get into Hacktober.

We're really looking forward to Hacktober this year, just like every other year!
It's a fun, and community based celebration, and we'd love to see you there with us, as we work on code and share our ideas with each other.

Get, Set, Hack!

Theme

background theme should be able to change. It will enable the cards pop out nicely with its own border based on user's selected color . I propose below. Kindly assign this to me under hacktoberfest
Screenshot from 2023-10-15 15-41-17

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.