Skip to content

Commit 5307bf3

Browse files
author
amino19
committed
💬 | Support enhnaced
Signed-off-by: amino19 <anshumaankrprasad76@gmail.com>
1 parent 5010ae2 commit 5307bf3

3 files changed

Lines changed: 76 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/-----invitation-to-devstrons--github-organization.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Invitation to DEVSTRONS' GitHub Organization 🚀
2+
description: I'm willing to become a part of this amazing community.
3+
title: "Looking forward to getting involved and contributing to the community 🎉"
4+
labels: [invitation]
5+
body:
6+
- type: input
7+
id: first_name
8+
attributes:
9+
label: First Name
10+
placeholder: What should we call you?
11+
validations:
12+
required: true
13+
- type: input
14+
id: last_name
15+
attributes:
16+
label: Last Name
17+
placeholder: Let us know your last name.
18+
validations:
19+
required: true
20+
- type: input
21+
id: discordname
22+
attributes:
23+
label: Discord Username (if applicable)
24+
description: Your username is normally something like, "DEVSTRONS'" It also comes with an identifier like "#0238". We need both, so "DEVSTRONS'#0238".
25+
placeholder: Insert your Discord username here
26+
validations:
27+
required: false
28+
- type: textarea
29+
id: motive
30+
attributes:
31+
label: Let us understand your motive.
32+
description: How did you come to know about DEVSTRONS'? Why do you want to join the community? What are the ways you could contribute to the community?
33+
validations:
34+
required: true
35+
- type: markdown
36+
attributes:
37+
value: |
38+
Join our inclusive and welcoming Discord community [here](https://dsc.gg/devstrons).

.github/workflows/invite.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
on:
2+
issues:
3+
types: [labeled]
4+
5+
jobs:
6+
automate_invite:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Invite on label
10+
uses: vj-abigo/invite-on-label@v1.2
11+
with:
12+
organization: devstrons
13+
label: invite me to the organization
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
comment: |
16+
'
17+
18+
![](https://github.com/devstrons/artwork/blob/master/Stock%20assets/Logo/horizontal-with-devstrons.png)
19+
20+
Hey there! 👋
21+
22+
Thanks for requesting an invite! Welcome to DEVSTRONS' 🎉
23+
Before going ahead, I would want you to complete the below To-Do list.
24+
25+
## Your To-Do List ✔️
26+
27+
- Accept the invitation sent to you via mail.
28+
- Change the appearance of this organization to "Public" from the people list [here](https://github.com/orgs/devstrons/people/).
29+
- Join our Discord Server [here](https://dsc.gg/devstrons).
30+
31+
- Accept the Rules from `#📕│rules` channel.
32+
- Introduce yourself to our community in `🤗│introductions` channel.
33+
- Feel free to share your excitement on socials with `#devstrons`. You can also tag us using `@devstrons`.
34+
35+
Looking forward to interacting with you in our community! Welcome once again! 🤓
36+
'
37+
env:
38+
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}

0 commit comments

Comments
 (0)