We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4182c commit 5c5054bCopy full SHA for 5c5054b
.github/ISSUE_TEMPLATE/invitation.yml
@@ -0,0 +1,25 @@
1
+name: Invitation to the GitHub Community Organization
2
+description: I would like to be part of the awesome community
3
+title: "Please invite me to the GitHub Community Organization"
4
+labels: [invite me to the organization]
5
+body:
6
+ - type: input
7
+ id: name
8
+ attributes:
9
+ label: Name
10
+ placeholder: Insert your name here
11
+ validations:
12
+ required: true
13
14
+ id: discordname
15
16
+ label: Discord Username (if applicable)
17
+ placeholder: Insert your Discord username here
18
19
+ required: false
20
+ - type: textarea
21
+ id: Additional
22
23
+ label: Additional Context
24
25
0 commit comments