File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Only Pull Requests joined with an Issue and matching the naming-conventions (See
2222``` markdown
2323git clone https://github.com/your-username/pythonalgorithms.git
2424```
25+ * Comment to the Issue you want to work on - so I can assign you to it OR create a new Issue from a LeetCode Problem that is not implemented yet
2526* Create a branch for a new feature
2627``` markdown
2728git checkout -b feature/branch-name
@@ -41,4 +42,9 @@ git push origin branch-name
4142* Wait for your PR review and merge approval!
4243* __ Star this repository__ if you had fun!
4344
45+ ## Which PR will be accepted?
46+ * Ones you are assigned to
47+ * Your PR has to link the Issue
48+ * Your Solution must be correct - you can check ist on LeetCode (submit) if it works on different test-cases
49+
4450__ Thank You!__
You can’t perform that action at this time.
0 commit comments