From c35ea656ea6bc99b650dc2abd88b06f793b07ce5 Mon Sep 17 00:00:00 2001 From: Waqar Amin Date: Sun, 21 Jan 2024 05:42:00 +0500 Subject: [PATCH] Become a member functionality via setting issues added --- .github/ISSUE_TEMPLATE/invitation.yml | 17 ++++++++++++++ README.md | 32 ++++++++++++++++++++++++++- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/invitation.yml diff --git a/.github/ISSUE_TEMPLATE/invitation.yml b/.github/ISSUE_TEMPLATE/invitation.yml new file mode 100644 index 0000000..e78126e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/invitation.yml @@ -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) \ No newline at end of file diff --git a/README.md b/README.md index 8b07117..d22eedd 100644 --- a/README.md +++ b/README.md @@ -1 +1,31 @@ -# Become-A-Member \ No newline at end of file +# 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)).