@@ -16,7 +16,7 @@ Django Commons packages.
1616 human and not a spambot. You can explain that by being a member, they can impact repositories immediately.
17173 . Add the user's GitHub username to the ` members ` collection in
1818 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.
2020 ``` terraform
2121 members = [
2222 # ...
@@ -25,7 +25,7 @@ Django Commons packages.
2525 ```
26264 . If they requested to be on specific repository team(s), in
2727 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.
2929 ``` terraform
3030 repositories = {
3131 "[REPOSITORY]" = {
@@ -47,7 +47,7 @@ Django Commons packages.
4747 a human and not a spambot. You can explain that by being a member, they can impact repositories immediately.
48482 . For the requested repository's team(s), in
4949 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.
5151 ``` terraform
5252 repositories = {
5353 "[REPOSITORY]" = {
@@ -71,7 +71,7 @@ Django Commons packages.
7171 the [ ` terraform/production/repositories.tfvars ` ] ( https://github.com/django-commons/controls/blob/main/terraform/production/repositories.tfvars )
7272 file, for the repository's key under ` repositories ` , add them to the ` admins ` collection for the
7373 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.
7575 ``` terraform
7676 repositories = {
7777 "[REPOSITORY]" = {
0 commit comments