GithubHelp home page GithubHelp logo

good-problem's Introduction

Common Problem:

Link: https://carmenbelle.github.io/good-problem/

This Open Source project was designed to help beginners and even experienced programmers find solutions to some of the most common beginner problems. We all know how it can be to be stuck on an issue for a long time and getting frustrated mostly because we don't know how to find solutions or hints to help you move forward. This project hopes to point newbies in the right direction by providing resources to specific issues faced while learning or building a project.

Contribution steps

One good thing about this project is that it's easy enough to contribute to, even for total newbies.

  1. Fork this repository: You can fork this repository by clicking on the fork button on top of this page. This will create a copy of your repository.

  2. Clone the repository: Copy the forked repository by clicking on code button. Open a terminal and run the following git command:

  • git clone "the copied Url"
  1. Create a branch: Before creating a branch, change the directory of your repository.
  • cd "foldername" Now create a branch:
  • git branch "your branch name" Switch to the branch you just created: *git checkout "your branch name"
  1. Make the necessary changes: to make changes kindly run:
  • code . on your terminal to access where you can contribute.
  1. Add: To add your changes, kindly run
  • git add "index.html"
  1. commit: To commit your changes, kindly run
  • git commit -m "Commit message"
  1. Push: This is the final stage in the terminal, run
  • git push origin -u "your branch name"
  1. Submit your changes for review: After Pushing successfully, you will see compare & pull request button, click on the button. you can submit by clicking on Create Pull Request.

Note: feel free to reach out to us. Remember, collaboration is the key to Open Source.

good-problem's People

Contributors

carmenbelle avatar christiano112 avatar itzgeebee avatar ahnob avatar dhei-vid avatar stargnite avatar jumacodes avatar david-ottache avatar ravivarma-bandi avatar sifonsolomon avatar tomiwaaborowa avatar aliyosign avatar

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.