Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Read all about us [here](https://github.com/OpenGenus/cosmos/wiki)

## How to Begin

`“ Getting started is the most difficult thing to do; once you file it out, they rest of the journey is as soft as the straw. Be a good beginner. ”
`“ Getting started is the most difficult thing to do; once you figure it out, the rest of the journey is as soft as the straw. Be a good beginner. ”
― Israelmore Ayivor`

1. You can start contributing by selecting any field from our high-level structure that interests you the most.
2. Once you have chosen the path, **make sure that the algorithm is not already implemented**. This step is very important because we dont't want your time and energy to be go in vain.
2. Once you have chosen the path, **make sure that the algorithm is not already implemented**. This step is very important because we don't want your time and energy to be in vain.
3. When you complete step 2, read the [style guides](https://github.com/OpenGenus/cosmos/tree/master/guides/coding_style) for the language you want to implement. The coding style for every document is required to be similar so that it can be processed quickly and precisely across all platforms.
4. Last but not the least, follow our [code of conduct](https://github.com/OpenGenus/cosmos/blob/master/.github/CODE_OF_CONDUCT.md).

Expand Down