Skip to content

Commit

Permalink
Fix #260
Browse files Browse the repository at this point in the history
  • Loading branch information
tstreamDOTh authored Oct 5, 2018
1 parent 3cf55d5 commit e19925d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ To do so, first create an issue with the task you are doing, for example: "Issue
eg. `observable_pattern`, `bubble_sort`.
Inside these directories you can create a folder for the programming language you want to add. And finally add your own file named `program_name.language_extension` (`bubble_sort.cpp`)
Create a commit of the form - fixes #(issue_number)
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.

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.

* Finally, wait for it to be merged!

Expand All @@ -40,13 +46,15 @@ To do so, first create an issue with the task you are doing, for example: "Issue
```
in the above example Anujg935 is the username of the user who is forking the repository.


* Create a branch

```sh
$ git checkout -b branch-name
```

* Make your changes

* Commit and Push

```sh
Expand Down

0 comments on commit e19925d

Please sign in to comment.