CSI-DMCE-2024 / Amazon-Hacktoberfest2024

3 stars 29 forks source link
css hacktoberfest hacktoberfest-accepted html javascript

AMAZON-HACKTOBERFEST2024

Maintainers

ADITYA JAMBHALE

bash git clone https://github.com/CSI-DMCE-2024/Amazon-Hacktoberfest2024.git

cd Amazon

Steps to Contribute:

1. Fork the repository.

2. Clone your forked repository to local machine.

bash
git clone https://github.com/CSI-DMCE-2024/Amazon-Hacktoberfest2024.git

3. Create a branch

bash
git checkout -b new-branch-name

4. Make your changes

5. Commit and push your changes

bash
git add .
git commit -m 'message'
git push -u origin new-branch-name

6. Create a new pull request from the forked repository.

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!