Giter VIP home page Giter VIP logo

weprogether's Introduction

README

Synopsis

Culturally, we want to make everything related to the Progether project a potential learning experience. It is in this vein that I have decided to make the source for www.weprogether.com open to anyone who is interested in working on it with me.

Installation

Clone this repository to a web server. Please work using feature branches. This means when you have a feature to add, create a branch for it, and make any of your commits to it. The Workflow section goes into more detail on the exact commands you will be using to do this. When you are prepared to submit your final pull request for merging, you can do so from this feature branch. I will then review the changes for merging into master. From there, they will be used on the actual weprogether.com website!

Workflow

As stated in the Installation section, we use a feature branch based workflow, like so:

git clone https://github.com/Progether/weprogether.git
cd weprogether
git checkout master
git pull
git checkout -b <weprogether-yourfeaturebranchname>
make changes
git add <changed files>
git commit -m 'Useful, short message describing your most recent changes'
make changes
git add <changed files>
git commit -m 'Useful, concise message describing your changes since the last commit'
git push origin <weprogether-yourfeaturebranchname>

Once you have pushed to Github.com, log into Github.com and open a Pull Request from your feature branch, which I will review and either reject (with comments to help you fix any glaring issues), or merge into the master branch.

Easy peasy!

License

Copyright (c) 2012 Michael J. Smalley

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

weprogether's People

Contributors

michaeljsmalley avatar indivisible-irl avatar

Watchers

James Cloos avatar Toby T. 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.