This repo is created to help others to start their journey with Javascript, Nodejs, and Server-side Web Development. It's open for all to use for learning as well as contributing under GPL-3.0 license.
Kindly write a proper description while making pull requests.
- By improving and adding in the curriculum,
- By fixing the typos in the curriculum,
- By adding more resources,
- By improving the code quality,
- By writing comments in the code, etc.
- Fork the repo
- Clone the repo
- Create a branch using
git checkout -b feature-branch
- Make the required changes
- Test the changes in your system
- Create a pull request using below commands
git add --all
git commit -m "your commit message"
git push origin feature-branch
- Go to Repository
- Create Pull Request against
master
branch - Add a suitable title and description to the pull request and tag the issue number in Pull Request description, if the pull request is related to some issue logged here: Issues
- You're done. Wait for your code to get reviewed and merged