Skip to content

Commit

Permalink
Changed folder structure (Issue Asiatik#52) (Asiatik#53)
Browse files Browse the repository at this point in the history
* Changed folder structure

* Fixed link in README
  • Loading branch information
GnikDroy authored and tstreamDOTh committed Sep 30, 2018
1 parent 2655cfd commit 7a3efb1
Show file tree
Hide file tree
Showing 38 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
4. Ensure the test suite passes.
5. Issue that pull request from your feature branch!

## Adding a new algorithm or data structure.

Make sure you adhere to the `algorithm/language/file` folder structure while adding code.

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.

## Any contributions you make will be under the MIT License
In short, when you submit code changes, your submissions are understood to be under the same MIT License
that covers the project. Feel free to contact the maintainers if that's a concern.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Feel free to contribute. Create an issue, let others know which algorithm/data s

> The goal is to create a codebase for developers to access. Later we aim to develop extensions using this codebase to support multiple IDEs.
## Contributing

We are open to contributions. Make sure you read [how to contribute](CONTRIBUTING.md) before contributing.

## License

[MIT License]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7a3efb1

Please sign in to comment.