-
Notifications
You must be signed in to change notification settings - Fork 1
/
CODEOWNERS
Validating CODEOWNERS rules...
60 lines (53 loc) · 3.58 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# This is a comment.
# Each line is a file pattern followed by one or more owners. Order is
# important; the last matching pattern takes the most precedence.
# These owners will be the default owners for everything in the repo. Unless a
# later match takes precedence, @jwflory will be requested for review when
# someone opens a pull request.
* @jwflory
############################# Filetype catch-alls #############################
*.css @ldidonato @leiyinmon
*.html @ldidonato @leiyinmon
*.js @ldidonato @leiyinmon
*.py @jwflory @nlMeminger @R-Eli-Levasseur @leong96
*.sh @jwflory @nlMeminger
###############################################################################
############################ System-focused checks ############################
# Base system
/config.yml.example @jwflory @nlMeminger @R-Eli-Levasseur @leong96
/grasa_event_locator/settings/ @jwflory @nlMeminger
/grasa_event_locator/static/ @ldidonato @leiyinmon
/grasa_event_locator/templates/about.html @leiyinmon
/grasa_event_locator/templates/changePW.html @leong96 @ldidonato @leiyinmon
/grasa_event_locator/templates/changePWLogout.html @leong96 @ldidonato @leiyinmon
/grasa_event_locator/templates/login.html @leong96 @ldidonato @leiyinmon
/grasa_event_locator/templates/register.html @leong96 @ldidonato @leiyinmon
/grasa_event_locator/templates/resetPW.html @leong96 @ldidonato @leiyinmon
/grasa_event_locator/templates/resetPWForm.html @leong96 @ldidonato @leiyinmon
# Event Curation System
/grasa_event_locator/templates/allAdmins.html @R-Eli-Levasseur @ldidonato
/grasa_event_locator/templates/allEvents.html @R-Eli-Levasseur @ldidonato
/grasa_event_locator/templates/allUsers.html @R-Eli-Levasseur @ldidonato
/grasa_event_locator/templates/createEvent.html @R-Eli-Levasseur @ldidonato
/grasa_event_locator/templates/editEvent.html @nlMeminger @ldidonato
/grasa_event_locator/templates/event.html @R-Eli-Levasseur @ldidonato
# Search System
/grasa_event_locator/templates/search/ @R-Eli-Levasseur @ldidonato
/grasa_event_locator/rebuildIndex.py @nlMeminger
/grasa_event_locator/search_indexes.py @R-Eli-Levasseur
###############################################################################
############################### Infrastructure ################################
/.travis.yml @jwflory
/code_lint.sh @jwflory
/docker-compose.yml @jwflory @nlMeminger
/Dockerfile @jwflory @nlMeminger
/manage.py @jwflory
/Pipfile @jwflory @nlMeminger
/up.py @nlMeminger
###############################################################################
############### Documentation and project management resources ################
/.github/ @jwflory
/docs/ @jwflory
/README.md @jwflory
/LICENSE.txt @jwflory
###############################################################################