Skip to content

Commit

Permalink
change instructions for adding solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Goel committed Jul 31, 2013
1 parent dd7c043 commit 5f7c972
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@ How to Contribute

## Solutions

Please **do not send pull requests for replacing my code**. If you'd like to contribute solutions, please see the following instructions:
Please **do not send pull requests for replacing my code**. If you'd like to contribute [solutions](https://github.com/thekarangoel/Projects-Solutions), please see the following instructions:

- Solve the problem, and keep it in your repo. DO NOT send merge request yet.

- [Open an issue](https://github.com/thekarangoel/Projects/issues/new) with the following details - problem you solved, language used, and a link to the solution.
- Find the problem in this [README](https://github.com/thekarangoel/Projects-Solutions/blob/master/README.md) file.

- The link to your solution will be present in this [gist](https://gist.github.com/thekarangoel/6088143) like so:
- Edit the file in this format (notice the double square brackets):

\**This is a problem** - And here goes it's description. \[[octocat (language)]]\(link-to-octocats-solution) \[[your_username (C++)]]\(link-to-your-solution)

This results in something like this:

**This is a problem** - And here goes it's description. [[octocat (Python)]](link-to-octocats-solution) [[your_username(C++)]](link-to-your-solution)
**This is a problem** - And here goes it's description. [[octocat (language)]](link-to-octocats-solution) [[your_username (C++)]](link-to-your-solution)

- Please respect other people and do not delete or move anyone else's link. Place your solution at the end of the list of solutions.

- Save/Commit the README.md file.

- That's it. As soon as I get online I'll add the link to the gist! You do not need to do anything else.
- Send a pull request for this commit ONLY - ie, the commit to the [solutions repo](https://github.com/thekarangoel/Projects-Solutions)!

=====================================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Ever since this repo was created, it has been in the top list on GH. Be it the d

### [CONTRIBUTING](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md)

See ways of [contributing](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md) to this repo. You can contribute solutions (will be published in this [gist](https://gist.github.com/thekarangoel/6088143)) to existing problems, add new projects or remove existing ones. Make sure you follow all instructions properly.
See ways of [contributing](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md) to this repo. You can contribute solutions (will be published in this [repo]([solutions](https://github.com/thekarangoel/Projects-Solutions))) to existing problems, add new projects or remove existing ones. Make sure you follow all instructions properly.

================================

Expand Down

0 comments on commit 5f7c972

Please sign in to comment.