Welcome to the Namaste JavaScirpt repository! I'm excited to have you here. This repository contains all the code examples that are used in the course with an explanation of each code line and all the learning from the "Namaste JavaScirpt - in-depth course" by Akshay Saini.
To get started with Namaste JavaScirpt, follow these steps:
If you are learning or have learned JavaScirpt from the "Namaste JavaScirpt" course by "Akshay Saini" then you can share your learning by contributing to this repository.
-
Fork this repository.
-
Clone your forked repository to your local system:
git clone https://github.com/your-username/your-forked-repo.git
- Navigate to the project directory:
cd your-forked-repo
- Create a new branch
git checkout -b YourBranchName
- Make Changes and Commit:
git add . # Add all changed files
git commit -m "Your message here" # Commit with a descriptive message
- Push Changes to your Forked Repository:
git push origin YourBranchName # Push changes to your forked repository's main branch
Contributions are welcome and greatly appreciated! To contribute to Namaste JavaScirpt, follow these guidelines:
If you find a bug, have a feature request, or want to suggest an improvement, create an issue. Make sure to provide a clear title and description.
- Find an open issue that you'd like to work on.
- Comment on the issue to express your interest in working on it.
- Fork the repository if you haven't already.
- Create a new branch for your work:
- Make your changes and commits on this branch.
- Push your branch to your forked repository:
- Create a Pull Request (PR) from your forked repository to this repository's
main
branch. - Include a clear title and description of your changes in the PR.
- Reference the relevant issue(s) in your PR description using keywords like "Closes #issue-number".
- Your PR will be reviewed, and feedback may be provided.
- Once approved, your code will be merged into the
main
branch.
Namaste JavaScirpt is licensed under the MIT License - see the LICENSE file for details.
I'm thrilled that you're considering contributing to Namaste JavaScirpt! If you have any questions or need help, please feel free to open an issue or contact me.