-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Voninc/NewBranch
Become a member functionality via setting issues added
- Loading branch information
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
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: inviteme | ||
assignees: vacaramin | ||
body: | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Name | ||
placeholder: Insert your name here | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Feel free to check out other cool repositories of the Von inc Community [here](https://github.com/Voninc) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
# Become-A-Member | ||
# Welcome to Von inc Community :wave: | ||
|
||
Von inc Community is a community of developers, designers, and tech enthusiasts. We are a community of people who are passionate about technology and want to learn and share their knowledge with others. | ||
|
||
--- | ||
|
||
## Guides | ||
|
||
- Raise an [issue to join the Von inc Community](https://github.com/Voninc/Become-A-Member/issues/new?assignees=vacaramin&labels=inviteme&template=invitation.yml&title=Please+invite+me+to+the+GitHub+Community+Organization). | ||
|
||
- Actions go under [issues](https://github.com/Voninc/Become-A-Member/issues) | ||
|
||
- Bugs | ||
|
||
- Add me to the organization | ||
|
||
- Miscellaneous go under [Discussions](https://github.com/Voninc/Become-A-Member/discussions) | ||
|
||
- Questions | ||
|
||
- Ideas (once discussed, an Issue could be created and linked to the Discussion thread) | ||
|
||
- Feel free to check out other cool repositories of Von inc [here](https://github.com/Voninc) | ||
|
||
--- | ||
|
||
## FAQs | ||
|
||
- **What is a GitHub Organization?** Essentially it's a way to group many repositories in an entity called an organization. An organization also allows us to group people who contribute and are a part of the community. Some examples would be - [Netflix](https://github.com/Netflix), [Facebook](https://github.com/facebook), and of course [Von inc](https://github.com/Voninc). | ||
Learn more on [GitHub docs](https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-organizations). | ||
- **How do I join the Github Organization?** Raise an issue on this repository asking to join ([invite me](https://github.com/Voninc/Become-A-Member/issues/new?assignees=vacaramin&labels=inviteme&template=invitation.yml&title=Please+invite+me+to+the+GitHub+Community+Organization)). |