Skip to content

Commit c961d55

Browse files
authored
Add CODEOWNERS file to TheAlgorithms/Python (TheAlgorithms#3147)
* Add CODEOWNERS file * Commented out the non-assigned directory
1 parent c07b82f commit c961d55

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

.github/CODEOWNERS

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# More details are here: https://help.github.com/articles/about-codeowners/
5+
6+
# The '*' pattern is global owners.
7+
8+
# Order is important. The last matching pattern has the most precedence.
9+
10+
/.travis.yml @cclauss @dhruvmanila
11+
12+
/.pre-commit-config.yaml @cclauss @dhruvmanila
13+
14+
/.github/ @cclauss
15+
16+
# /arithmetic_analysis/
17+
18+
# /backtracking/
19+
20+
# /bit_manipulation/
21+
22+
# /blockchain/
23+
24+
# /boolean_algebra/
25+
26+
# /cellular_automata/
27+
28+
/ciphers/ @cclauss
29+
30+
# /compression/
31+
32+
# /computer_vision/
33+
34+
/conversions/ @cclauss
35+
36+
/data_structures/ @cclauss
37+
38+
# /digital_image_processing/
39+
40+
# /divide_and_conquer/
41+
42+
# /dynamic_programming/
43+
44+
# /file_transfer/
45+
46+
# /fuzzy_logic/
47+
48+
# /genetic_algorithm/
49+
50+
# /geodesy/
51+
52+
# /graphics/
53+
54+
# /graphs/
55+
56+
# /greedy_method/
57+
58+
# /hashes/
59+
60+
# /images/
61+
62+
# /linear_algebra/
63+
64+
# /machine_learning/
65+
66+
# /maths/
67+
68+
# /matrix/
69+
70+
# /networking_flow/
71+
72+
# /neural_network/
73+
74+
/other/ @cclauss
75+
76+
/project_euler/ @dhruvmanila
77+
78+
# /quantum/
79+
80+
# /scheduling/
81+
82+
# /scripts/
83+
84+
# /searches/
85+
86+
# /sorts/
87+
88+
/strings/ @cclauss
89+
90+
# /traversals/
91+
92+
/web_programming/ @cclass

0 commit comments

Comments
 (0)