You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Django Commons packages.
16
16
human and not a spambot. You can explain that by being a member, they can impact repositories immediately.
17
17
3. Add the user's GitHub username to the `members` collection in
18
18
the [`terraform/production/org.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/org.tfvars)
19
-
file.
19
+
file. Please keep the list sorted alphabetically.
20
20
```terraform
21
21
members = [
22
22
# ...
@@ -25,7 +25,7 @@ Django Commons packages.
25
25
```
26
26
4. If they requested to be on specific repository team(s), in
27
27
the [`terraform/production/repositories.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/repositories.tfvars)
28
-
file, add them to the `members` collection.
28
+
file, add them to the `members` collection. Please keep the list sorted alphabetically.
29
29
```terraform
30
30
repositories = {
31
31
"[REPOSITORY]" = {
@@ -47,7 +47,7 @@ Django Commons packages.
47
47
a human and not a spambot. You can explain that by being a member, they can impact repositories immediately.
48
48
2. For the requested repository's team(s), in
49
49
the [`terraform/production/repositories.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/repositories.tfvars)
50
-
file, add them to the `members` collection.
50
+
file, add them to the `members` collection. Please keep the list sorted alphabetically.
51
51
```terraform
52
52
repositories = {
53
53
"[REPOSITORY]" = {
@@ -71,7 +71,7 @@ Django Commons packages.
71
71
the [`terraform/production/repositories.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/repositories.tfvars)
72
72
file, for the repository's key under `repositories`, add them to the `admins` collection for the
73
73
correct team. There will be two privileged teams for each repository, `*-admins` and `*-committers`, the user should
74
-
be added to the requested team.
74
+
be added to the requested team. Please keep the list sorted alphabetically.
0 commit comments