Git Product home page Git Product logo

vibe's Introduction

vibe

The bottom-up from-the-scratch events' portal for MozillaIndia.org

##Setup Instructions

  • Install npm
yum install npm
  • Install the dependencies
npm install -g bower
npm install -g http-server
bower install
  • Start the server
http-server

Contributing

Coding style

Do:

  • 4 spaces indent for JavaScript files.
  • 2 space for rest of them.
  • Keep newline at EOF.
  • Use newlines liberally to visually separate logical blocks of code.

Dont:

  • Don't mix tabs and spaces.
  • Don't use comma-first coding style.
  • Do not, at whatever cost, leave trailing whitespaces. Fix your editor if needed.

Commits

  • Give proper commit messages that describe the change.
  • Each commit message should be granular, solving a specific issue.
  • Don't mangle a lot of commits together, unless asked for.
  • Use GFM in commit messages to link to issues if they are related.
  • Use a short summary on the first line.
  • Use Markdown in commit messages to make them more readable.
  • Wrap commit message lines at 80 chars.

Pull requests

  • Ensure that you have worked on the latest code to avoid re-introducing removed diffs.
  • Give a proper title to your pull requests.
  • Giving a description will make the aliens smile.
  • Giving a description is no excuse to commit messages that make aliens sad.

vibe's People

Contributors

dolftax avatar debloper avatar

Watchers

James Cloos avatar Akshay S Dinesh avatar  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.