Skip to content

Commit 103b99d

Browse files
author
Karan Goel
committed
Added instructions on including sources. Improved formatting.
1 parent 9301d64 commit 103b99d

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,29 @@ How to Contribute
55

66
Please **do not send pull requests for replacing my code**. If you'd like to contribute solutions, please see the following instructions:
77

8-
* Solve the problem, and keep it in your repo. DO NOT send merge request yet.
9-
* Find the problem in this [README](https://github.com/thekarangoel/Projects/blob/master/README.md) file.
10-
* Edit the file in this format (notice the double square brackets):
8+
- Solve the problem, and keep it in your repo. DO NOT send merge request yet.
119

12-
**This is a problem** - And here goes it's description. \[[octocat]]\(link-to-octocats-solution) \[[you]]\(link-to-your-solution)
10+
- Find the problem in this [README](https://github.com/thekarangoel/Projects/blob/master/README.md) file.
11+
12+
- Edit the file in this format (notice the double square brackets):
13+
14+
\**This is a problem** - And here goes it's description. \[[octocat]]\(link-to-octocats-solution) \[[your_username]]\(link-to-your-solution)
1315

14-
This results in something like this:
16+
This results in something like this:
17+
18+
**This is a problem** - And here goes it's description. [[octocat]](link-to-octocats-solution) [[your_username]](link-to-your-solution)
1519

16-
**This is a problem** - And here goes it's description. [[octocat]](link-to-octocats-solution) [[you]](link-to-your-solution)
20+
- 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.
1721

18-
* 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.
19-
* Save/Commit the README.md file.
20-
* Send a pull request for this commit ONLY!
22+
- Save/Commit the README.md file.
23+
- Send a pull request for this commit ONLY!
2124

2225
=====================================
2326

24-
## Problems
27+
## Projects
28+
29+
If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/thekarangoel/Projects/issues/new) to discuss it, or directly create a pull request after you edit the *README.md* file with necessary changes. If you add a problem, make sure you add it in the correct category.
2530

26-
If you have suggestions for adding or removing problems, feel free to [open an issue](https://github.com/thekarangoel/Projects/issues/new) to discuss it, or directly create a pull request after you edit the *README.md* file with necessary changes. If you add a problem, make sure you add it in the correct category.
31+
It is required that any changes made to the projects (this does not include adding solutions) in *README.md*, must be reflected in *README-scratch.md* and in *README.md* file in the relevant category folder. If you're copying a project from some other webpage, you **MUST** link to it in the *Sources* section at the bottom of repo's *README.md* and *README-scratch.md*.
2732

28-
It is required that any changes made to the problems (this does not include adding solutions) in *README.md*, must be reflected in *README-scratch.md* and in *README.md* file in the relevant category folder. If you skip this step, I will not merge the changes!
33+
If you skip any step(s), I will not merge the changes!

0 commit comments

Comments
 (0)