-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more links on the resources page #9
Comments
I have attached up a link below , if you are interested in Contibuting to Blender software, for those of you people who dont know what Blender Software is used for , it is a software used for Creating 3D Objects , which are used for creating animated scenes and can also be used for Making Basic Games. |
https://www.whatcanidoformozilla.org |
@Trivikram-B I suppose that link is very technical and is basically documentation. Given the state of our community, we'd appreciate something with a more beginner-friendly vibe. |
Sorry for opening a PR without posting stuff here. I didn't read the "before you contribute". These are a few things that I think are beginner-friendly. https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source |
These are a few resources from my bookmarks which helped me immensely and some which seem interesting and useful, hope they do the same for others. Mostly beginner-to-journeyman level stuff. Will open a PR if the resources are approved.
|
@thedaemonlord @AshishShenoy |
https://github.com/the-ethan-hunt/first-timers-guide |
For beginners to understand the basics of coding. Learning how to learn, . Many students do not have their own portfolios so, you can learn all about WordPress here and build yourself one. Full-stack developer roadmap. No cap. Complete guide to become a great developer. Programmers are often lazy. So for you to be productive, use these: The welcome guide for a n00b in the world of coding. Some of the best programming books. If you are a good writer, check this out: Make your own portfolio in your GitHub profile. |
@sankethchebbi Looks good! I'd say based on what usually is asked in the community, and the kind of content that I feel works well, I'll ask you to open a PR for adding three of the articles you have shared, that is, link number 3, 5 and 6. Feel free to share the other ones on Slack! |
Hello, is this issue still open? If so, could you please reopen it or create a new issue and close this one? Since it has spanned over three years, it would be helpful to clarify what remains to be addressed, and I would like to see if I can assist with it. |
The resources page here is lacking in links, thanks to the laziness of yours truly. We want you to add more high quality articles and resources on Open Source culture and contributing to Open Source.
How to help out
The website uses Jekyll, which is a static website generator, which basically reads markdown files and generates webpages from them.
You do not need to know all the implementation details, but what you need to know is that the resources page is generated from the file
index.md
from theresources
directory.Those of you familiar with git, you can fork the repo, add some links in
index.md
, push your changes back to your fork and open a PR over here.Those unfamiliar with git, you can just do it from within github. The procedure is very much the same as what you did to join PESOS. You fork the repo, edit
resources/index.md
and then send out a Pull Request.Before you contribute
Don't open a PR right away. First propose the link you want to add here, we'll discuss and approve it, then you can work on your PR.
Make sure the articles you are sharing are related to Open Source. When in doubt, just propose your link here and we'll figure out if it is the right fit.
The text was updated successfully, but these errors were encountered: