diff --git a/README.md b/README.md index c0e66dd..b81bc2d 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,15 @@ For his great book ["Learn C the hard way"](http://c.learncodethehardway.org/boo For his awesome debug macros (The `dbg.h` file). +## Contributing + +1. Fork it +2. Create a feature branch with a meaningful name (`git checkout -b my-new-feature`) +3. Add yourself to the CONTRIBUTORS file +4. Commit your changes (`git commit -am 'Add some feature'`) +5. Push to your branch (`git push origin my-new-feature`) +6. Create a new pull request + ## Useful Stuff I wrote one function in this library which could be more useful for many people than the library: the **char \*getFilename(const char \*input)** function, which returns the filename of a path to a file.