From 8b1fe68c5bd8bee79e42a42c9b2b9b31c5eee4ac Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sun, 14 Feb 2016 13:33:18 -0600 Subject: [PATCH] Add contributing guidelines --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ae2e54b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing + +Thanks for wanting to contribute to my TIL repository! + +I welcome submissions that fix typos and correct wrong or misleading +content. All you need to do is fork the repo, make a single commit with a +concise, descriptive message, and then submit it as a pull request. + +If you are interested in contributing your own TIL content, I encourage you +to head on over to +[til-collective/til](https://github.com/til-collective/til) and make your +submission there. As for this repo, I'd like to maintain it as my own +personal learning journey. + +If you have any questions or suggestions, feel free to open an issue.