You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,29 @@ How to Contribute
5
5
6
6
Please **do not send pull requests for replacing my code**. If you'd like to contribute solutions, please see the following instructions:
7
7
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.
11
9
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)
13
15
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)
15
19
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 yoursolution at the end of the list of solutions.
17
21
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!
21
24
22
25
=====================================
23
26
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.
25
30
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*.
27
32
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