GithubHelp home page GithubHelp logo

pramodshinde / oneplaceaday Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rishijain/oneplaceaday

0.0 2.0 0.0 596 KB

Home Page: www.athappyplace.com

License: MIT License

Ruby 60.34% JavaScript 12.03% CoffeeScript 1.35% CSS 8.39% HTML 17.89%

oneplaceaday's Introduction

README

About the project:

At a happy place.

The idea is to share the story of that happy place of yours with fellow enthusiasts. It could be anyplace you have travelled or came across by chance. All you need is a good quality picture and a story.

Contributing guidelines:

We follow all the basic guidelines followed by rails. We highly recommend to first go through rails contributing guidelines. Here: [Contributing to Ruby on Rails guide](edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) For the gist of it, these are the steps you should follow:

  1. Fork the main repo rishijain/oneplaceaday

  2. Clone from forked repo i.e <your username>/oneplaceaday

  3. Since you have forked the repo, remote will be default ‘origin’ and to push code to your new branch

    git push origin my_new_branch
    
  4. Add a remote ‘upstream’ to point to main repo.

    git remote add upstream git@github.com:rishijain/oneplaceaday.git
    
  5. It is likely that while you have been working on your branch, the main master has gone some changes. Do these:

Fetch upstream:

git fetch upstream master

Checkout master:

git checkout master

and

git rebase upstream/master
git push origin master
  1. To apply your patch on top of these commits,

    git checkout branch_name
    git rebase upstream/master
    git push origin branch_name
    
  2. Send Pull Request from your new branch.

Things to remember:

  1. Keep your master updated with main repo’s master.

  2. Always work on a new branch.

  3. Before sending a Pull Request, fetch the main repo’s master commits and reapply your patch on top of latest pulled commits.

oneplaceaday's People

Contributors

sahilbhatia avatar babiracka avatar

Watchers

James Cloos avatar Pramod Shinde 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.