Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #74 from Alphasians/markdown_linter
Browse files Browse the repository at this point in the history
fix: Markdown linter issues
  • Loading branch information
Sonichigo authored May 10, 2022
2 parents 264a47c + 3936998 commit 016a714
Showing 1 changed file with 32 additions and 41 deletions.
73 changes: 32 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Alphasians Community Support

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

<!-- ALL-CONTRIBUTORS-BADGE:END -->
Raise an [issue](https://github.com/Alphasians/support/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.yml&title=Please+invite+me+to+the+GitHub+Community+Organization) to join the Alphasians GitHub organisation.

### Some vague idea of how we could turn this into a support channel.
### Some vague idea of how we could turn this into a support channel

Imagine the scenario where you are helping a stranger, a friend, or a colleague on Discord / MS Teams / Slack / YouTube, etc. They may have found an old article from 5+ years ago about Docker that is not supported or a Node.js article that isn't supported in Node v14. That sort of thing...

Expand All @@ -18,55 +19,45 @@ Unfortunately, StackOverflow has a bit of a broken reputation system where folks

Get your ideas in the GitHub Issue Queue!

If we could find a really good name for this, we could have a `"support"` repo in GitHub profiles, similar to the GitHub username README (n.b. to create `githubusername/githubusername` as a repo then put a README in there.)
If we could find a really good name for this, we could have a `"support"` repository in GitHub profiles, similar to the GitHub username README (n.b. to create `githubusername/githubusername` as a repository then put a README in there.)

We could then have folks to have their own "support" repository and be able to PR in their contributions!

Please check out the [issue queue](https://github.com/Alphasians/support/issues) for sticking issues with this and we can all pair on this.

---
## Guide

- Actions go under [issues](https://github.com/Alphasians/support/issues)

- Bugs
- Add me to the organization
- Miscellaneous go under [Discussions](https://github.com/Alphasians/support/discussions)

- Questions

- Ideas (once discussed, an Issue could be created and linked to the Discussion thread)

- Showcase of Open Source Portfolios to get feedback from community members.

## Guide

- Actions go under [issues](https://github.com/Alphasians/support/issues)
- Bugs
- Add me to the organization
- Miscellaneous go under [Discussions](https://github.com/Alphasians/support/discussions)
- Questions
- Ideas (once discussed, an Issue could be created and linked to the Discussion thread)
- Showcase of Open Source Portfolios to get feedback from community members.

Feel free to check out other cool repositories of Alphasians [here](https://github.com/Alphasians)
<!-- <a href='https://github.com/Alphasians'>here</a>. -->

## FAQ
- **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/Meta](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/Alphasians/support/issues/new?assignees=&labels=invite+me+to+the+organisation&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization)).

- **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/Meta](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 ([invite you](https://github.com/Alphasians/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 membership public?**
- Navigate to our community page: https://github.com/Alphasians

- Click on the highlighted area:

![image](https://user-images.githubusercontent.com/53110238/140310956-bbfbd91c-5d16-469b-93f6-953cc2fae870.png)

- Enter your username in the highlighted searchbar:

![image](https://user-images.githubusercontent.com/53110238/140311040-cdc77615-b9b6-4e68-8b05-5e40db0e3514.png)


- Click `Private` (the default) and set it to `Public`

![image](https://user-images.githubusercontent.com/53110238/140311136-fe355147-d08d-4eaa-9b9e-f4bc496ce0d5.png)



- Navigate to our community page: <https://github.com/Alphasians>
- Click on the highlighted area:

![image](https://user-images.githubusercontent.com/53110238/140310956-bbfbd91c-5d16-469b-93f6-953cc2fae870.png)

- Enter your username in the highlighted searchbar:

![image](https://user-images.githubusercontent.com/53110238/140311040-cdc77615-b9b6-4e68-8b05-5e40db0e3514.png)

- Click `Private` (the default) and set it to `Public`

![image](https://user-images.githubusercontent.com/53110238/140311136-fe355147-d08d-4eaa-9b9e-f4bc496ce0d5.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/Alphasians/support/issues/94).
- **What is DevRel?** Check out 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/Alphasians/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:.
- **How do I get started with open source?** You can make your first pull request in this [repository](https://github.com/Alphasians/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:

0 comments on commit 016a714

Please sign in to comment.