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
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,8 @@ Django Commons packages.
23
23
"new_user"
24
24
]
25
25
```
26
-
27
-
4. Review the [failing invitations](https://github.com/orgs/django-commons/people/failed_invitations), remove members that are in the failing invitations list from the [`terraform/production/org.tfvars`](https://github.com/django-commons/controls/blob/main/terraform/production/org.tfvars).
28
-
26
+
4. Review the [failing invitations][failed-invitations], remove members that are in the failing invitations list from
27
+
the [`terraform/production/org.tfvars`][1].
29
28
5. If they requested to be on specific repository team(s), in
30
29
the [`terraform/production/repositories.tfvars`][2]
31
30
file, add them to the `members` collection. Please keep the list sorted alphabetically.
@@ -48,8 +47,8 @@ Django Commons packages.
48
47
49
48
> Thank you <NAME> for joining! You'll get an invite email from GitHub. You'll have one
50
49
> week to accept that. If you don't mind, after accepting, can you set your
51
-
> [organization membership as public](https://github.com/orgs/django-commons/people)?
52
-
> This helps Django Commons grow.
50
+
> [organization membership as public][people]?
51
+
> This helps Django Commons grow.
53
52
54
53
## Repository Team Change Playbook
55
54
@@ -112,7 +111,7 @@ Django Commons packages.
112
111
7. Wait for repository transferred in
113
112
8.[Make Terraform changes to add new project](#terraform-changes-to-add-a-new-project)
114
113
9. Under Actions > General > "Fork pull request workflows from outside collaborators", set "Require approval for
115
-
first-time contributors"
114
+
first-time contributors"
116
115
10. Have the maintainer push a new tag and walk them through the release process
117
116
11. Set a calendar event or reminder for 30 days in the future to remove previous repository owner from team
118
117
@@ -131,6 +130,7 @@ Django Commons packages.
131
130
Assuming repository name is `repo-name`:
132
131
133
132
1.
133
+
134
134
In [`terraform/production/respositories.tfvars`][2],
135
135
add the new repository to the `repositories` section:
136
136
@@ -199,7 +199,13 @@ The expected changes:
199
199
- The repository's teams will be removed from the organization.
0 commit comments