1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Add contributing guidelines

This commit is contained in:
jbranchaud
2016-02-14 13:33:18 -06:00
parent 9b74738c22
commit 8b1fe68c5b

15
CONTRIBUTING.md Normal file
View File

@@ -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.