@@ -12,9 +12,11 @@ Django Commons packages.
12
12
## New Member Playbook
13
13
14
14
1 . Review new issues/application at https://github.com/django-commons/membership/issues/
15
- 2 . If they are not a real human or not reasonably trustworthy, close the issue, asking for more information they are a
15
+ 2 . If they are not a real human or not reasonably trustworthy
16
+ ([ new member requirements] ( https://github.com/django-commons/membership/blob/main/member_requirements.md ) ),
17
+ close the issue, asking for more information they are a
16
18
human and not a spambot. You can explain that by being a member, they can impact repositories immediately.
17
- 3 . Add the user's GitHub username to the ` members ` collection in
19
+ 4 . Add the user's GitHub username to the ` members ` collection in
18
20
the [ ` terraform/production/org.tfvars ` ] [ 1 ]
19
21
file. Please keep the list sorted alphabetically.
20
22
``` terraform
@@ -23,9 +25,9 @@ Django Commons packages.
23
25
"new_user"
24
26
]
25
27
```
26
- 4 . Review the [ failing invitations] [ failed-invitations ] , remove members that are in the failing invitations list from
28
+ 5 . Review the [ failing invitations] [ failed-invitations ] , remove members that are in the failing invitations list from
27
29
the [ ` terraform/production/org.tfvars ` ] [ 1 ] .
28
- 5 . If they requested to be on specific repository team(s), in
30
+ 6 . If they requested to be on specific repository team(s), in
29
31
the [ ` terraform/production/repositories.tfvars ` ] [ 2 ]
30
32
file, add them to the ` members ` collection. Please keep the list sorted alphabetically.
31
33
``` terraform
@@ -39,10 +41,10 @@ Django Commons packages.
39
41
}
40
42
}
41
43
```
42
- 6 . Create a pull-request to ` main ` branch. This will trigger terraform to plan the changes in the organization to be
44
+ 7 . Create a pull-request to ` main ` branch. This will trigger terraform to plan the changes in the organization to be
43
45
executed. Review the changes and make sure they align with the request.
44
- 7 . Merge the pull request. This will trigger terraform to apply the changes in the organization.
45
- 8 . Comment on the issue, thanking the person for joining and reminding them that it helps the
46
+ 8 . Merge the pull request. This will trigger terraform to apply the changes in the organization.
47
+ 9 . Comment on the issue, thanking the person for joining and reminding them that it helps the
46
48
organization's reach if they set their membership visibility as public.
47
49
48
50
> Thank you <NAME > for joining! You'll get an invite email from GitHub. You'll have one
@@ -216,4 +218,4 @@ The expected changes:
216
218
217
219
[pypi-publishing]: https://test.pypi.org/manage/project/django-tasks-scheduler/settings/publishing/
218
220
219
- [playground-environments]: https://github.com/django-commons/django-commons-playground/settings/environments
221
+ [playground-environments]: https://github.com/django-commons/django-commons-playground/settings/environments
0 commit comments