Python/.github/CODEOWNERS
Kushagra Bansal 08c26e667b
Update CODEOWNERS to add my preferences (#3233)
* Update CODEOWNERS

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-10-12 16:23:21 +02:00

93 lines
1.1 KiB
Plaintext

# 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/ @Kush1101
# /file_transfer/
# /fuzzy_logic/
# /genetic_algorithm/
# /geodesy/
# /graphics/
# /graphs/
# /greedy_method/
# /hashes/
# /images/
# /linear_algebra/
# /machine_learning/
# /maths/ @Kush1101
# /matrix/
# /networking_flow/
# /neural_network/
/other/ @cclauss
/project_euler/ @dhruvmanila @Kush1101
# /quantum/
# /scheduling/
# /scripts/
# /searches/
# /sorts/
/strings/ @cclauss
# /traversals/
/web_programming/ @cclauss