Skip to content

Commit

Permalink
Added contributing info.
Browse files Browse the repository at this point in the history
  • Loading branch information
scholtzm committed Jul 4, 2015
1 parent 5b71b13 commit bebbb7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Contributions are welcome.

You can either open a pull request or open an issue if you have an idea.

There are 2 main branches
- `master` - used for stable releases
- `develop` - used for active development

Feature branches should be created from the `develop` branch.

Hotfix branches should be created from the `master` branch.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This concept is very similar to [Stem](https://github.com/alvinl/stem), however

## Core

Vapor's core (represented by this repo) provides a very simple automated client. This client uses [node-steam](https://github.com/seishun/node-steam) (extended by [node-steam-groups](https://github.com/scholtzm/node-steam-groups)) to connect to Steam servers.
Vapor's core (represented by this repo) provides a very simple automated client. This client uses [node-steam](https://github.com/seishun/node-steam) (extended with [node-steam-groups](https://github.com/scholtzm/node-steam-groups)) to connect to Steam servers.

Core represents several key features:
- easy to update and does not have to be modified by the user
Expand Down

0 comments on commit bebbb7d

Please sign in to comment.