Contribute here to complete your HacktoberFest Event.
I am excited to welcome contributions from anyone interested in participating in Hacktoberfest 2023.
Take a look at click
Welcome to the PCCOE ACM Hacktoberfest 2023 event! This repository is for contributions to the PCCOE ACM website. This project is open to all members of the GitHub community, and you can make your first contribution to an open source project here. Your contributions will help improve the PCCOE ACM website.
Hacktoberfest is a month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to encourage people to get involved in Open Source.
Learn more about Hacktoberfest
This project is a purely front-end project build using HTML,CSS,JavaScript.
- Fork this repository(Click the Fork button in the top right of this page, click your profile image)
- Clone your fork down to your local machine
Clone the project
git clone https://github.com/[your_User_Name]/UnitConverter.git
Create branch
git checkout -b "<your branch name>"
-
Make your changes
-
Commit and Push
git add .
git commit -m 'commit message'
git push origin <your branch name>
-
Create a new pull request from your forked repo at GitHub. (Click on the green "Compare & pull request" button that is near the top of the page.)
-
Wait for your PR review and merge approval. I will review it as soon as possible. Thank you for your time and effort in improving this project!
-
Have a doubt about how to contribute refer contribution guide