From 05938253bbc7975088eae7c5d649568dfbce3f1a Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Mon, 1 Oct 2018 05:54:00 -0700 Subject: [PATCH] Add better example contribution --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfec26a..3bbf130 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,13 @@ That said, suggest ways to contribute include: ### Your name on the readme.md * Fork the project. -* Add your name to the readme.md using the example provided. +* Add your name to the readme.md using this example; +``` +### My Name +- Description about me +- [![twitter-alt][twitter-img]](https://twitter.com/example) + [![github-alt][github-img]](https://github.com/example) +``` * Commit and send a pull request. Bonus points for correctly named branches. ### A code sample