From 9f31b82e063757fde38c52b6ecbb39901fa8b4f2 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Mon, 21 Nov 2016 17:48:07 +0100 Subject: [PATCH] Updated readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.