From 33c945de7145cb5dff95d966838b010ec51d1729 Mon Sep 17 00:00:00 2001 From: T Thiyagaraj Date: Sat, 6 Oct 2018 00:58:15 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47bcd637..9410786e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Feel free to contribute. Create an issue, let others know which algorithm/data s ## How To Contribute to This Project Here are 3 quick and painless steps to contribute to this project: +__Star this repository to show your support for Asiatik__ + * Add a a program to implement an algorithm in any language. To do so, first create an issue with the task you are doing, for example: "Issue - creating bubble sort in C". Create a pull request in response to that issue and finally submit it for review. @@ -27,7 +29,7 @@ To do so, first create an issue with the task you are doing, for example: "Issue Make sure you adhere to the algorithm/language/file folder structure while adding code. -Easiest way (Recommended) ⭐️ - You can run bash runme.bh to make the appropriate file structure. +__Easiest way (Recommended)__ ⭐️ -You can run `bash runme.bh` on your terminal to make the appropriate file structure Additionally we recommend using standard convention for your language such as indentation and variable naming while writing the algorithm. Useful comments will be a help. Finally, if you can write tests for you code, we urge you to do so. @@ -65,8 +67,8 @@ Additionally we recommend using standard convention for your language such as in * Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo) * Wait for your PR review and merge approval! -* __Star this repository__ if you had fun! +__Star this repository to show your support for Asiatik__ Don't forget to include the comments as seen above. Feel free to include additional information about the language you chose in your comments too! Like a link to a helpful introduction or tutorial.