We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
- Mention total number of changes/added resources in the pull request.
- Pull request should include a link to the resource and a short description.
- The resource must be completely free or to have a free tier.
- Make sure you add your resource in the correct order.
- please follow this link type.
- https:// at the starting.
- No / at the end.
- TOPIC : [SOURCE NAME](LINK)
- SASS : w3schools
- Groovy : Apache Groovy
| TOPIC | SOURCE NAME | LINK |
| ------------------ | ------------- | --------------------------------- |
| Topic for Resource | Resource Name | Hyperlink with [click here](link) |
TOPIC | SOURCE NAME | LINK |
---|---|---|
HTML | FreeCodeCamp | click here |
Python Basics (Beginner) | FreeCodeCamp | click here |
- Fork this Repository using the button at the top on right corner.
- Clone your forked repository to your pc ( git clone "url from clone option.)
- Create a new branch for your modifications (ie.
git branch new-user
and check it outgit checkout new-user
or simply dogit checkout -b new-user
) - Add your files (
git add -A
), commit (git commit -m "added myself"
) and push (git push origin new-user
) - Create a pull request
- Star this repository
'''
Always make more then 4 pull requests.
Lets say you have made only 4 pull request to different projects,
but one project is excluded from hackoctoberfest event then your pull request will not be counted and
then you have remaining 3 valid pull requests if these projects is not excluded.
If you fail to make 4 pull requests then you can't get digital-swags.
I will recommend you to make pull request to your own repo which is very very safest side for you..
keep in mind that repo has hacktoberfest topic..
'''
- Forking a Repo
- Cloning a Repo
- How to create a Pull Request
- Getting started with Git and GitHub
- Learn GitHub from Scratch
Thank you for contributing to our Awesome Resources.