Skip to content

Commit

Permalink
Added contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Mar 18, 2017
1 parent f0103b8 commit 74ea3a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,13 @@ contain some output.

The test suite is run with
[run-tests.sh](https://github.com/elliotchance/c2go/blob/master/run-tests.sh).

# Contributing

As I said it is just a proof of concept (sorry for all the hacky Python).

Contributing is done with pull requests. If you're looking for where to start I
can suggesting
[finding a simple C program](http://www.programmingsimplified.com/c-program-examples)
(like the other examples) that does not successful translate to Go and fixing up
the Python so that it does.

0 comments on commit 74ea3a4

Please sign in to comment.