Some Astonishing CSS-Effects✨
Website for this repository : https://amazing-css-effects.netlify.app/
- Cool Front-End Templates
- Amazing Css effects
- Amazing Js Projects
- Web-Development-Path-And-Resources
- Open-Source-Programs
Before starting kindly read the Code of Conduct
Check out our Contributing Guildlines
To work on an open-source project, you will first need to make your copy of the repository. To do this, you should fork the repository and then clone it so that you have a local working copy.
Get your own Fork/Copy of repository by clicking Fork
button at the upper right corner.
After the repository is forked, you can now clone it so that you have a local working copy of the codebase.
To make your local copy of the repository follow the steps:
- Open the Command Prompt
- Type this command:
$ git clone https://github.com/<your-github-username>/Amazing-Css-Effects
This is one of the most important steps that you should follow to contribute in Open Source. A branch helps to manage the workflow, isolate your code and avoids creating a mess. To create a new branch:
$ git branch <name_of_branch>
$ git checkout -b <name_of_branch>
Keep your cloned repo up to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
git pull origin main
Make relevant changes according to the issue that you were assigned on. Contribute in any way you feel like :)
Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which you can do with the git add command.
git add .
With our file staged, we’ll want to record the changes that we made to the repository with the git commit command.
The commit message is an important aspect of your code contribution; it helps the other contributors to fully understand the change you have made, why you made it, and how significant it is.
git commit -m "useful commit message"
At this point you can use the git push command to push the changes to the current branch of your forked repository:
git push origin <branch-name>
Now, you are ready to make a pull request to the original repository.
You should navigate to your forked repository, and press the "Compare & pull request" button on the page.
GitHub will alert you that you can merge the two branches because there is no competing code. You should add in a title, a comment, and then press the “Create pull request” button.
Need Some Help in this Repo -> Web Development And Resources
Arpit Jain |
Kumari Astha Rani |
Vidhi Bhatt |
Deepali Sukhija |
Deepika Sukhija |
Thanks goes to these Wonderful People 👨🏻💻: 🚀 Contributions of any kind are welcome!
The Amazing CSS-effects is released under the terms of the MIT License.
Join - https://discord.gg/gtYUZQSjTt
show some ❤️ by giving the star to this repo