Skip to content

Commit 92113ae

Browse files
authored
Update CONTRIBUTING.md
1 parent 7499520 commit 92113ae

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
Please make sure your file is in the `LeetCode`-Folder and Named like this:
55
`0001_TwoSum.py` -> 4-digit Number of the LeetCode Issue, Underscore, LeetCodeName
66

7-
## Pull Requests
7+
### Opening Issues
8+
When you open an issue, please make sure the Problem is not already implemented (Look at Code/Leetcode for the Problemnumber).
9+
Opened Issues by existing Problem will be closed & PR made to this Issue marked as **spam**
10+
The Contributer who opened an issue will be assigned prefered to the issue. If there is no PR within about 7 Days the issue will be assigned to another Contributer.
11+
12+
### Pull Requests
813
Only Pull Requests **joined with an Issue** and matching the **naming-conventions** (See Folders and Files) will be merged!
914
If there is no Issue joined in the PR your PR will be labeld as **spam** and closed.
1015
If your code don't passes the Check on LeetCode.com your PR will be labeld as **"invalid"** and the Issue stays open for the next PR!
16+
If your PR doesn' follow the Contributing Guidelines of this Repository it will be also marked as **spam** and closed!
1117

1218
## Which PR will be accepted?
1319
* Ones you are assigned to

0 commit comments

Comments
 (0)