|
1 | 1 | # Docker maintainers file |
2 | 2 | # |
3 | | -# This file describes who runs the docker/app project and how. |
| 3 | +# This file describes who runs the docker/compose-cli project and how. |
4 | 4 | # This is a living document - if you see something out of date or missing, speak up! |
5 | 5 | # |
6 | 6 | # It is structured to be consumable by both humans and programs. |
|
24 | 24 | people = [ |
25 | 25 | "rumpl", |
26 | 26 | "gtardif", |
27 | | - "chris-chrone" |
28 | | - ] |
29 | | - |
30 | | - [Org."Docs maintainers"] |
31 | | - |
32 | | - # TODO Describe the docs maintainers role. |
33 | | - |
34 | | - people = [ |
35 | | - "rumpl", |
36 | | - "gtardif", |
37 | | - "chris-chrone" |
38 | | - ] |
39 | | - |
40 | | - [Org.Curators] |
41 | | - |
42 | | - # The curators help ensure that incoming issues and pull requests are properly triaged and |
43 | | - # that our various contribution and reviewing processes are respected. With their knowledge of |
44 | | - # the repository activity, they can also guide contributors to relevant material or |
45 | | - # discussions. |
46 | | - # |
47 | | - # They are neither code nor docs reviewers, so they are never expected to merge. They can |
48 | | - # however: |
49 | | - # - close an issue or pull request when it's an exact duplicate |
50 | | - # - close an issue or pull request when it's inappropriate or off-topic |
51 | | - |
52 | | - people = [ |
53 | | - "rumpl", |
54 | | - "gtardif", |
| 27 | + "ndeloof" |
55 | 28 | "chris-chrone" |
56 | 29 | ] |
57 | 30 |
|
|
63 | 36 |
|
64 | 37 | # ADD YOURSELF HERE IN ALPHABETICAL ORDER |
65 | 38 |
|
66 | | - [people.rumpl] |
67 | | - Name = "Djordje Lukic" |
68 | | - Email = "djordje.lukic@docker.com" |
69 | | - GitHub = "rumpl" |
| 39 | + [people.chris-crone] |
| 40 | + Name = "Christopher Crone" |
| 41 | + Email = "christopher.crone@docker.com" |
| 42 | + GitHub = "chris-crone" |
70 | 43 |
|
71 | 44 | [people.gtardif] |
72 | 45 | Name = "Guillaume Tardif" |
73 | 46 | |
74 | 47 | GitHub = "gtardif" |
75 | 48 |
|
76 | | - [people.chris-crone] |
77 | | - Name = "Christopher Crone" |
78 | | - Email = "christopher.crone@docker.com" |
79 | | - GitHub = "chris-crone" |
| 49 | + [people.ndeloof] |
| 50 | + Name = "Nicolas Deloof" |
| 51 | + Email = "nicolas.deloof@docker.com" |
| 52 | + GitHub = "ndeloof" |
80 | 53 |
|
| 54 | + [people.rumpl] |
| 55 | + Name = "Djordje Lukic" |
| 56 | + |
| 57 | + GitHub = "rumpl" |
0 commit comments