Skip to content

Commit a2a48aa

Browse files
committed
Reference member requirements document in membership repo
1 parent d1def9e commit a2a48aa

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ Django Commons packages.
1212
## New Member Playbook
1313

1414
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
1618
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
1820
the [`terraform/production/org.tfvars`][1]
1921
file. Please keep the list sorted alphabetically.
2022
```terraform
@@ -23,9 +25,9 @@ Django Commons packages.
2325
"new_user"
2426
]
2527
```
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
2729
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
2931
the [`terraform/production/repositories.tfvars`][2]
3032
file, add them to the `members` collection. Please keep the list sorted alphabetically.
3133
```terraform
@@ -39,10 +41,10 @@ Django Commons packages.
3941
}
4042
}
4143
```
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
4345
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
4648
organization's reach if they set their membership visibility as public.
4749

4850
> Thank you <NAME> for joining! You'll get an invite email from GitHub. You'll have one
@@ -216,4 +218,4 @@ The expected changes:
216218
217219
[pypi-publishing]: https://test.pypi.org/manage/project/django-tasks-scheduler/settings/publishing/
218220
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

Comments
 (0)