mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
Add CODEOWNERS file to TheAlgorithms/Python (#3147)
* Add CODEOWNERS file * Commented out the non-assigned directory
This commit is contained in:
parent
c07b82fa63
commit
c961d5541f
92
.github/CODEOWNERS
vendored
Normal file
92
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
# This is a comment.
|
||||||
|
# Each line is a file pattern followed by one or more owners.
|
||||||
|
|
||||||
|
# More details are here: https://help.github.com/articles/about-codeowners/
|
||||||
|
|
||||||
|
# The '*' pattern is global owners.
|
||||||
|
|
||||||
|
# Order is important. The last matching pattern has the most precedence.
|
||||||
|
|
||||||
|
/.travis.yml @cclauss @dhruvmanila
|
||||||
|
|
||||||
|
/.pre-commit-config.yaml @cclauss @dhruvmanila
|
||||||
|
|
||||||
|
/.github/ @cclauss
|
||||||
|
|
||||||
|
# /arithmetic_analysis/
|
||||||
|
|
||||||
|
# /backtracking/
|
||||||
|
|
||||||
|
# /bit_manipulation/
|
||||||
|
|
||||||
|
# /blockchain/
|
||||||
|
|
||||||
|
# /boolean_algebra/
|
||||||
|
|
||||||
|
# /cellular_automata/
|
||||||
|
|
||||||
|
/ciphers/ @cclauss
|
||||||
|
|
||||||
|
# /compression/
|
||||||
|
|
||||||
|
# /computer_vision/
|
||||||
|
|
||||||
|
/conversions/ @cclauss
|
||||||
|
|
||||||
|
/data_structures/ @cclauss
|
||||||
|
|
||||||
|
# /digital_image_processing/
|
||||||
|
|
||||||
|
# /divide_and_conquer/
|
||||||
|
|
||||||
|
# /dynamic_programming/
|
||||||
|
|
||||||
|
# /file_transfer/
|
||||||
|
|
||||||
|
# /fuzzy_logic/
|
||||||
|
|
||||||
|
# /genetic_algorithm/
|
||||||
|
|
||||||
|
# /geodesy/
|
||||||
|
|
||||||
|
# /graphics/
|
||||||
|
|
||||||
|
# /graphs/
|
||||||
|
|
||||||
|
# /greedy_method/
|
||||||
|
|
||||||
|
# /hashes/
|
||||||
|
|
||||||
|
# /images/
|
||||||
|
|
||||||
|
# /linear_algebra/
|
||||||
|
|
||||||
|
# /machine_learning/
|
||||||
|
|
||||||
|
# /maths/
|
||||||
|
|
||||||
|
# /matrix/
|
||||||
|
|
||||||
|
# /networking_flow/
|
||||||
|
|
||||||
|
# /neural_network/
|
||||||
|
|
||||||
|
/other/ @cclauss
|
||||||
|
|
||||||
|
/project_euler/ @dhruvmanila
|
||||||
|
|
||||||
|
# /quantum/
|
||||||
|
|
||||||
|
# /scheduling/
|
||||||
|
|
||||||
|
# /scripts/
|
||||||
|
|
||||||
|
# /searches/
|
||||||
|
|
||||||
|
# /sorts/
|
||||||
|
|
||||||
|
/strings/ @cclauss
|
||||||
|
|
||||||
|
# /traversals/
|
||||||
|
|
||||||
|
/web_programming/ @cclass
|
Loading…
Reference in New Issue
Block a user