Skip to content

Commit 8ee6789

Browse files
authored
Merge pull request #275 from schmelto/patch-1
change invitation issue to form
2 parents 1d4b6e6 + ce39e0d commit 8ee6789

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

.github/ISSUE_TEMPLATE/invitation.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/invitation.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- type: input
14+
id: discordname
15+
attributes:
16+
label: Discord Username (if applicable)
17+
placeholder: Insert your Discord username here
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: Additional
22+
attributes:
23+
label: Additional Context
24+
validations:
25+
required: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ contributions guide.](https://github.com/chryz-hub/chryz-hub.github.io/blob/mast
3030

3131
**Note:**
3232

33-
- To be a member of the community, raise an [invitation issue here!](https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization)
33+
- To be a member of the community, raise an [invitation issue here!](https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.yml&title=Please+invite+me+to+the+GitHub+Community+Organization)
3434

3535
- To make your first pull request [click here](https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md)!
3636

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2 class="text-primary">Our Vision</h2>
9595
</section>
9696
<!-- Buttons -->
9797
<div class="container buttons">
98-
<a href="https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organization&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization"
98+
<a href="https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organization&template=invitation.yml&title=Please+invite+me+to+the+GitHub+Community+Organization"
9999
rel="noopener" class=" btn btn-primary" target="_blank"><i class="fas fa-plus"></i> Join the Community</i>
100100
<a href="https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md"
101101
rel="noopener" class="btn btn-secondary" target="_blank"><i class="fas fa-code-branch"></i> Create Pull

0 commit comments

Comments
 (0)