Skip to content

Commit

Permalink
Create invitation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Jan 30, 2024
1 parent b9d598b commit b14fdf6
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/invitation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Invitation to the GitHub Community Organization
description: I would like to be part of the awesome community
title: "Please invite me to the GitHub Community Organization"
labels: [invite me to the organisation]
body:
- type: input
id: name
attributes:
label: Name
placeholder: Insert your name here
validations:
required: true
- type: input
id: discordname
attributes:
label: Discord Username (if applicable)
placeholder: Insert your Discord username here
validations:
required: false
- type: textarea
id: Additional
attributes:
label: Additional Context
description: Where did you meet openim? What do you like about this community/Why do you want to join?
validations:
required: true
- type: markdown
attributes:
value: |
You can also join our Discord community [here](https://discord.gg/G2jgHeQfy4)
Feel free to check out other cool repositories of the openim Community [here](https://github.com/openim/)

0 comments on commit b14fdf6

Please sign in to comment.