How do I share my repositories to the community? #191502
-
🏷️ Discussion TypeQuestion BodyI want to share my repositories for people to try and play here, so I can get feedback from them. Is there any way to do that? Or is it already being shared when I create and set it to "public" mode? Please help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Setting a repository to Public is the first step, but it’s essentially like putting a book on a shelf in a massive, infinite library. People can technically find it, but they likely won't unless you hand them the map. Since you're looking for feedback and want people to actually "play" with your code, here is how you move from just hosting code to building a community around it. Most people (especially non-developers) won't clone a repository just to see what it does. They want to see it working instantly. Deploy it: Since you are already familiar with Vercel, ensure your public projects have a live deployment link. Add the URL: In your GitHub repository, click the Settings (gear icon) next to the "About" section on the right sidebar and paste your Vercel URL into the Website field. This adds a clickable link at the very top of your project. |
Beta Was this translation helpful? Give feedback.
-
|
Setting it to public makes it visible, but if you want people to actually try it, post a link in the 'Show and Tell' category right here in GitHub Discussions. Also, make sure to add 'Topics' (tags) to your repository settings so it shows up in search results. A clear README with instructions is also key for getting feedback. (mark as answer if this helps you) |
Beta Was this translation helpful? Give feedback.
-
|
Your repository is already shared when you set it to “public” on GitHub. Anyone can access it using the link, view the code, and download it. However, if you want people to actually try and give feedback, you need to do a few extra things:
In short: |
Beta Was this translation helpful? Give feedback.
Setting it to public makes it visible, but if you want people to actually try it, post a link in the 'Show and Tell' category right here in GitHub Discussions. Also, make sure to add 'Topics' (tags) to your repository settings so it shows up in search results. A clear README with instructions is also key for getting feedback.
(mark as answer if this helps you)