Skip to content

Commit

Permalink
Adding some contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
shrayasr committed Dec 22, 2014
1 parent cb6d168 commit c839152
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Contributing to Chennaipy

Want to contribute to the Chennaipy website? Here is how to get started. Anyone
reading this, if you feel this could use more detail, please let us know

## Setting up the site for local development

See section on "Setup for local development" in README

## Issues

[This](https://github.com/Chennaipy/website/issues) is where all the issues and
new requirements for the site are posted. This is a good place to start when you
want to contribute.

This is also where you can report issues yourself. If you find any issues with
the website or have any new things to suggest, just open up an issue for it.

## Pull Requests

Once you have selected an Issue to solve, Go ahead and write the code for that
in your fork **on a separate branch** and send in a Pull Request. For more info
about Pull Requests, visit [this](https://help.github.com/articles/using-pull-requests/)
link.

---

We look forward to your contributions. Cheers!
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ site's theme is based on [Pure Pelican Theme](https://github.com/PurePelicanThem
* Start the server

make devserver

## Contributing

See CONTRIBUTING.md

0 comments on commit c839152

Please sign in to comment.