Git Product home page Git Product logo

open-source's Introduction

Open-Source

Repo created for Lehman College students who would like to practice contributing to open source.

Lets do this!

Fork this repo

fork this repository

Fork this repo by clicking on the fork button on the top of this page. A copy of this repository will be created in your account.

Create a local clone of your fork

clone this repository

Now clone this repo to your machine. Go to your GitHub account, click on the clone button and then click the copy to clipboard icon.

Open a terminal, change into the directory you'd prefer to put the project and run the following git command:

git clone <url you just copied>

where <url you just copied> (without the <>) is the url to this repository (the fork, or copy you created). See the previous steps to obtain the url.

copy URL to clipboard

Example:

git clone https://github.com/YOUR_USERNAME/open-source.git

where YOUR_USERNAME is your GitHub username. Here you're copying the contents of the open-source repository in GitHub to your computer.

Create a branch

Change to the repository directory on your computer:

cd open-source

Now create a branch with your name using the git checkout command:

git checkout -b <your-name>

For example:

git checkout -b alex-flores-veliz

Make necessary changes and commit those changes

Pick an issue that you'd like to work on. Issues can be found to the right of Code and to the left of Pull Request right below the repo name and repo author and will be properly labeled with difficulty levels. Issues will be added regularly.

submit pull request

After you have completed one of the issues and are content with the work, it's time to get credit for it!

Open CONTRIBUTORS.md and add the following line at the end of CONTRIBUTORS.md:

- [YOUR_NAME](https://github.com/YOUR_USERNAME)

For example:

- [Alex Flores-Veliz](https://github.com/AlexFloresVeliz)

Make sure there is no space between ]( . Save the file and then close it.

If you go to the project directory and execute the command git status, you'll see there are changes. Add the changes to CONTRIBUTORS.md and any other file you worked on (i.e. .html, .css, or .js files) the branch you just created using the git add command:

git add CONTRIBUTORS.md

Now commit those changes using the git commit command:

git commit -m "<changes made>"

replacing <changes made> with a description of your work. Look over Chris Beams' article on how to write a proper commit message.

Push changes to GitHub

Push your changes using the command git push:

git push origin <add-your-branch>

replacing <add-your-branch> with the name of the branch you created earlier.

Submit your changes for review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

Now submit the pull request.

submit pull request

Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

Celebrate

You've just contributed to open source! Congrats :) Here is a cat. Go crazy.

Alt Text

open-source's People

Contributors

abrahamlara avatar alexerling avatar alexfloresveliz avatar josue-rojas avatar ryanm0126 avatar

Watchers

 avatar

open-source's Issues

container div does not contain

Images currently go outside the container making the images appear to be align right and pushes the width outside the screen in smaller screens.
screen shot 2018-05-16 at 10 26 17

It should be contained in the container like
screen shot 2018-05-16 at 10 26 06
This will make the images look centered and in smaller screens it will not overflow.

Change colors of navbar title and links (easy)

change the color of navbar title and links. UI should be made so it is easy to distinguish links, for example a link may have a line at the bottom and when hover it may change size, or it can have a border box when hover it changes color inside (be creative)

organize images

Organize all images into a single folder named img.

  1. Create folder
  2. move images in the root folder into new img folder
  3. change image paths in index.html

Add content for bad dog

Currently, there is no content under "A bad dog will" in index.html. Write a couple of sentences on what you believe a BAD dog will do.

Add content for good dog

Currently, there is no content under "A good dog will" in index.html. Write a couple of sentences on what you believe a GOOD dog will do.

fix broken images

I have these super neat pictures of dogs that aren't loading on the page. One of a good dog and one of a bad dog. Take a look at index.html and see if there might be something missing in the <img> tag.

Change footer color

The footer looks pretty weird all bright red. It doesn't match very well with the rest of the page. Change the colors in style.css to something less funky.

You have full creative freedom. There is no wrong answer to this issue. Only tacky choices.

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.