From 82b42bfbc868c6250ab78410e4fa4a287faf6e1a Mon Sep 17 00:00:00 2001 From: Pranav Joshi Date: Sat, 15 Oct 2022 16:11:14 +0530 Subject: [PATCH 1/6] Updated FAQs Section Tried to update the FAQs section in the README.md file. This is my first time so would be very happy for feedbacks! --- README.md | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 64c83ba..1248ad6 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,16 @@ ## 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 [EddieHub](https://github.com/EddieHubCommunity). +- **Q1 What is a GitHub Organization?** + **Ans:** 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 [EddieHub](https://github.com/EddieHubCommunity). 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/EddieHubCommunity/support/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization)). -- **How do I set the Organization to Public?** - + +- **Q2 How do I join the Github Organization?** + **Ans:** Raise an issue on this repository asking to join ([invite me](https://github.com/EddieHubCommunity/support/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization)). + +- **Q3 How do I set the Organization to Public?** + **Ans:** - Navigate to our community page: https://github.com/EddieHubCommunity - - Click on the highlighted area: ![screenshot](https://user-images.githubusercontent.com/13745974/101496938-47da5000-3962-11eb-8ab3-8fd3ea327d1d.png) @@ -55,13 +58,19 @@ ![Screenshot_20200916_231045](https://user-images.githubusercontent.com/17693494/93422970-26d9f580-f872-11ea-870d-4406db20e9d5.png) -- **How do I keep my Git fork up to date?** Add a new remote called `upstream` targeting the original repository. Check out more information on [this issue](https://github.com/EddieHubCommunity/support/issues/94). -- **What is DevRel?** Check out the discussion on [this issue](https://github.com/EddieHubCommunity/support/issues/64) or on [this YouTube video](https://www.youtube.com/watch?v=iUZerHctTB8&t=1534s). -- **How do I get started with open source?** You can make your first pull request in this [repository](https://github.com/EddieHubCommunity/hacktoberfest-practice). Follow the instructions in the README, and don't forget – contributing to open source is not just about code – it's about collaboration, communication, and adding value. Don't be afraid to open an issue with a question :smiley:. If you have any trouble, you can ask questions in our Discord. We have a channel for `first-timers` and `opensource`. +- **Q4 How do I keep my Git fork up to date?** + **Ans:** Add a new remote called `upstream` targeting the original repository. Check out more information on [this issue](https://github.com/EddieHubCommunity/support/issues/94). + +- **Q4 What is DevRel?** + **Ans:** Check out the discussion on [this issue](https://github.com/EddieHubCommunity/support/issues/64) or on [this YouTube video](https://www.youtube.com/watch?v=iUZerHctTB8&t=1534s). + +- **Q5 How do I get started with open source?** + **Ans:** You can make your first pull request in this [repository](https://github.com/EddieHubCommunity/hacktoberfest-practice). Follow the instructions in the README, and don't forget – contributing to open source is not just about code – it's about collaboration, communication, and adding value. Don't be afraid to open an issue with a question :smiley:. If you have any trouble, you can ask questions in our Discord. We have a channel for `first-timers` and `opensource`. - Here is a list of resources that also might help you start contributing to open source: + **Here is a list of resources that also might help you start contributing to open source:** - [How to get started in hackathons](https://github.com/EddieHubCommunity/support/issues/32) - [Open source tips from EddieBot](./docs/tips) -- **How to look for an open-source project to contribute?** Check [Finding Open Source Projects](./docs/tips/finding-open-source-projects.md) +- **Q6 How to look for an open-source project to contribute?** + **Ans:** Check [Finding Open Source Projects](./docs/tips/finding-open-source-projects.md) From 7ee2dbd5f080374b17755cbf88e6e0301beaf62a Mon Sep 17 00:00:00 2001 From: Pranav Joshi Date: Sat, 15 Oct 2022 16:14:54 +0530 Subject: [PATCH 2/6] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1248ad6..d3f2895 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,14 @@ ## FAQs - **Q1 What is a GitHub Organization?** - **Ans:** 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 [EddieHub](https://github.com/EddieHubCommunity). +- **Ans:** 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 [EddieHub](https://github.com/EddieHubCommunity). Learn more on [GitHub docs](https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-organizations). - **Q2 How do I join the Github Organization?** - **Ans:** Raise an issue on this repository asking to join ([invite me](https://github.com/EddieHubCommunity/support/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization)). +- **Ans:** Raise an issue on this repository asking to join ([invite me](https://github.com/EddieHubCommunity/support/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization)). - **Q3 How do I set the Organization to Public?** - **Ans:** +- **Ans:** - Navigate to our community page: https://github.com/EddieHubCommunity - Click on the highlighted area: @@ -59,13 +59,13 @@ ![Screenshot_20200916_231045](https://user-images.githubusercontent.com/17693494/93422970-26d9f580-f872-11ea-870d-4406db20e9d5.png) - **Q4 How do I keep my Git fork up to date?** - **Ans:** Add a new remote called `upstream` targeting the original repository. Check out more information on [this issue](https://github.com/EddieHubCommunity/support/issues/94). +- **Ans:** Add a new remote called `upstream` targeting the original repository. Check out more information on [this issue](https://github.com/EddieHubCommunity/support/issues/94). -- **Q4 What is DevRel?** - **Ans:** Check out the discussion on [this issue](https://github.com/EddieHubCommunity/support/issues/64) or on [this YouTube video](https://www.youtube.com/watch?v=iUZerHctTB8&t=1534s). +- **Q5 What is DevRel?** +- **Ans:** Check out the discussion on [this issue](https://github.com/EddieHubCommunity/support/issues/64) or on [this YouTube video](https://www.youtube.com/watch?v=iUZerHctTB8&t=1534s). -- **Q5 How do I get started with open source?** - **Ans:** You can make your first pull request in this [repository](https://github.com/EddieHubCommunity/hacktoberfest-practice). Follow the instructions in the README, and don't forget – contributing to open source is not just about code – it's about collaboration, communication, and adding value. Don't be afraid to open an issue with a question :smiley:. If you have any trouble, you can ask questions in our Discord. We have a channel for `first-timers` and `opensource`. +- **Q6 How do I get started with open source?** +- **Ans:** You can make your first pull request in this [repository](https://github.com/EddieHubCommunity/hacktoberfest-practice). Follow the instructions in the README, and don't forget – contributing to open source is not just about code – it's about collaboration, communication, and adding value. Don't be afraid to open an issue with a question :smiley:. If you have any trouble, you can ask questions in our Discord. We have a channel for `first-timers` and `opensource`. **Here is a list of resources that also might help you start contributing to open source:** From 1eab1654b554d943fa720fd35d3d6b30458d3e83 Mon Sep 17 00:00:00 2001 From: Tom Schmelzer <30869493+schmelto@users.noreply.github.com> Date: Sat, 19 Aug 2023 20:44:29 +0200 Subject: [PATCH 3/6] Update README.md Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3f2895..165df53 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ ## FAQs - **Q1 What is a GitHub Organization?** -- **Ans:** 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 [EddieHub](https://github.com/EddieHubCommunity). +- **Ans:** Essentially it's a way to group many repositories. An organization also allows us to group people who contribute to and are a part of the community. Some examples would be - [Netflix](https://github.com/Netflix), [Facebook](https://github.com/facebook), and of course [EddieHub](https://github.com/EddieHubCommunity). Learn more on [GitHub docs](https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-organizations). - **Q2 How do I join the Github Organization?** From b246e033d835e4a1a9e900738f53bca53bc6f324 Mon Sep 17 00:00:00 2001 From: Tom Schmelzer <30869493+schmelto@users.noreply.github.com> Date: Sat, 19 Aug 2023 20:44:34 +0200 Subject: [PATCH 4/6] Update README.md Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 165df53..4da21ce 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ ![Screenshot_20200916_231045](https://user-images.githubusercontent.com/17693494/93422970-26d9f580-f872-11ea-870d-4406db20e9d5.png) -- **Q4 How do I keep my Git fork up to date?** +- **Q4 How do I keep my forked repo up to date?** - **Ans:** Add a new remote called `upstream` targeting the original repository. Check out more information on [this issue](https://github.com/EddieHubCommunity/support/issues/94). - **Q5 What is DevRel?** From 760f34b5b10cfa3a5939a5559f0af2fd251acae9 Mon Sep 17 00:00:00 2001 From: Tom Schmelzer <30869493+schmelto@users.noreply.github.com> Date: Sat, 19 Aug 2023 20:44:47 +0200 Subject: [PATCH 5/6] Update README.md Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4da21ce..b02c8aa 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ - **Ans:** Check out the discussion on [this issue](https://github.com/EddieHubCommunity/support/issues/64) or on [this YouTube video](https://www.youtube.com/watch?v=iUZerHctTB8&t=1534s). - **Q6 How do I get started with open source?** -- **Ans:** You can make your first pull request in this [repository](https://github.com/EddieHubCommunity/hacktoberfest-practice). Follow the instructions in the README, and don't forget – contributing to open source is not just about code – it's about collaboration, communication, and adding value. Don't be afraid to open an issue with a question :smiley:. If you have any trouble, you can ask questions in our Discord. We have a channel for `first-timers` and `opensource`. +- **Ans:** You can make your first pull request in this [repository](https://github.com/EddieHubCommunity/hacktoberfest-practice). Follow the instructions in the README file. Don't forget, contributing to open source is not just about code but also collaboration, communication, and adding value. Don't be afraid to open an issue with a question :smiley:. If you have any trouble, you can post your questions in our [Discord](https://discord.gg/jmAcBy898Z)server. We have a channel for `first-timers` and `opensource`. **Here is a list of resources that also might help you start contributing to open source:** From fe7451d593adfa479802fb6413675a37b9be6863 Mon Sep 17 00:00:00 2001 From: Tom Schmelzer <30869493+schmelto@users.noreply.github.com> Date: Sat, 19 Aug 2023 20:45:10 +0200 Subject: [PATCH 6/6] Update README.md Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02c8aa..dd89bd6 100644 --- a/README.md +++ b/README.md @@ -72,5 +72,5 @@ - [How to get started in hackathons](https://github.com/EddieHubCommunity/support/issues/32) - [Open source tips from EddieBot](./docs/tips) -- **Q6 How to look for an open-source project to contribute?** +- **Q6 How do I look for an open-source project to contribute?** **Ans:** Check [Finding Open Source Projects](./docs/tips/finding-open-source-projects.md)