-
Notifications
You must be signed in to change notification settings - Fork 34
/
membership.yaml
59 lines (58 loc) · 2.13 KB
/
membership.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: Organization Membership Request
description: Request membership in Open Data Hub Org
labels: [ "area/github-membership" ]
title: "REQUEST: New membership for <your-GH-handle>"
body:
- id: github
type: input
attributes:
label: GitHub Username
placeholder: e.g. @example_user
validations:
required: true
- id: requirements
type: checkboxes
attributes:
label: Requirements
options:
- label: I have reviewed the [community membership guidelines](community-membership.md)
required: true
- label: I have [enabled 2FA on my GitHub account](https://github.com/settings/security)
required: true
- label: I have subscribed to the [Open Data Hub mailing list](mailto:[email protected])
required: true
- label: I am actively contributing to 1 or more Open Data Hub subprojects
required: true
- label: I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
required: true
- label: I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
required: true
- label: I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Open Data Hub GitHub organizations or a member of the steering committee
required: true
- label: "**OPTIONAL:** I have taken the [Inclusive Open Source Community Orientation course](https://training.linuxfoundation.org/training/inclusive-open-source-community-orientation-lfc102/)"
- id: sponsor_1
type: input
attributes:
label: "Sponsor 1"
description: GitHub handle of your sponsor
placeholder: e.g. @sponsor-1
validations:
required: true
- id: sponsor_2
type: input
attributes:
label: "Sponsor 2"
description: GitHub handle of your sponsor
placeholder: e.g. @sponsor-2
validations:
required: true
- id: contributions
type: textarea
attributes:
label: List of contributions to the Open Data Hub project
placeholder: |
- PRs reviewed / authored
- Issues responded to
- SIG projects I am involved with
validations:
required: true