Contribute here to complete your HacktoberFest Event.
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
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image).
- Clone your forked repository to your local machine.
git clone https://github.com/your-username/pccoeacm-website.git
git checkout -b your-branch-name
git add .
git status
git commit -m 'Your commit message'
git push origin your-branch-name