Git Product home page Git Product logo

rtfm's Introduction

Simplify My Code

"I can't RTFM"

This application will search for simplified documentation and examples based on a snippet of code that the user inputs. The search results will display multiple code examples and/or documentation related to the search term.

GIT Team Guidelines

  • Update your local files frequently by running "git pull origin master" to make sure your code is up-to-date and to avoid merge conflicts.
  • Creating a new feature branch (every time you start work on a new issue/feature):
    • git checkout -b feature-branch-name (creates the new branch and switches to that branch)
    • git pull origin master (makes sure that your branch is up-to-date)
  • Committing work on your branch
    • git add . (all files/folders in current directory) OR git add (just add a single file if that's all that changed)
    • git commit -m "short but descriptive commit message about what changed"
    • git push origin feature-branch-name
  • Making pull request when feature is complete
    • Commit final feature to your branch (as above)
    • Go to Github repository
    • You should see yellow box listing your recently pushed branches. Click green button on right "Compare & pull request"
    • Leave a brief message about the changes in comment box on following page
    • Click on "reviewers" on right hand side to assign someone to review your pull request
    • Click green "Create pull request" button when you're finished
  • Reviewing a pull request
    • Go to Github repository
    • Go to "pull requests" tab and select the pull request you want to merge
    • Review the changes and resolve conflicts docs
    • Click green "merge pull request" button to merge the branch into the master branch

rtfm's People

Contributors

rdhenderson avatar cyrusvoss avatar trenette12 avatar tsigie avatar

Watchers

James Cloos 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.