This repository is specifically created to work and document all the basic web development projects using HTML, CSS & JavaScript. It's an Ultimate Web Dev Trio combination. Let's call this "The Three Musketeers".
Everyone are welcomed to hop in be it beginner or professional. Feel free to push a PR.
Do follow this issue template to create an issue.
Collection of all scripts to get you started with web development and ease your learning journey. Repo can be used for your inspiration or mere fun. Contributions of any kind are welcome.
- Make sure to follow these contributing guidelines to get PR merged successfully.
- Create an issue using the template given stating the PR you are going to add and what it does briefly
- Create a new branch in your forked repository and then start working
- Include a proper commit message in your commits.
$ git commit -m 'Commit message'
- Always rebase with
master:Evavic44/The-Three-Musketeers
to avoid merge conflicts whenever you start to work. - Include proper PR message while giving pull request.
- Try to keep pull requests small to minimize merge conflicts
- Fork this repo (button on top)
- Clone on your local machine
$ git clone https://github.com/your-user-name/The-Three-Musketeers.git
- Change to
The-Three-Musketeers
directory$ cd The-Three-Musketeers
- Add Upstream
$ git remote add upstream 'https://github.com/Evavic44/The-Three-Musketeers.git'
- Create a new branch
$ git checkout -b my-new-branch
- Make your changes
- Commit and push
$ git add .
$ git commit -m "your-commit-message"
$ git push origin my-new-branch
- Create a new pull request from your forked repository to
main
branch ofEvavic44/The-Three-Musketeers
Thanks goes to these amazing people for their contributions 🎉🎉🎉
Prathima Kadari |
- Star the Repo - The Three Musketeers
- Follow me on GitHub - Eke Victor