A Repository to celebrate the real essence of Hacktoberfest 23, empowering developers, designers & content writers. The world comes together when intellectuals sit together!🧑🏻💻 Microsoft Learn Student Ambassadors, UET Peshawar is all set to bring Hacktober Fest at the fence of UET Peshawar. 🤖 We all use and depend on OpenSource to power our digital world. Hacktoberfest is a great way to give back to the projects we use. Hacktoberfest is an annual global hackathon event celebrating open-source software. Come and join us by contributing to the repository. We are focused on encouraging the students of UET Peshawar to come forward and contribute to open-source.
Thank you for considering contributing to our repository! We welcome contributions from everyone, and we appreciate your interest in helping make this project better.
-
Make sure you have a GitHub account. If you don't, you can create one here.
-
Fork the repository on GitHub by clicking the
Fork
button on the top right of the repository's page. This will create a copy of the repository in your own GitHub account. -
Clone your forked repository to your local machine:
$ git clone https://github.com/your-username/HactoberFest-23.git
- Create a new branch for your contributions
Please choose a descriptive branch name that reflects the changes you are making.
$ git switch -c <YOUR_BRANCH_NAME>
- Make your changes in your local copy of the repository.
- Test your changes to ensure they work as expected.
-
Add / Stage your changes
$ git add . 'OR' $ git add <FILE_NAME>
-
Commit your changes
$ git commit -m "Descriptive message of your changes"
Please use a meaningful commit message. Also If possible add 'fix', 'feat', 'doc', 'perf' etc. eg
$ git commit -m "feat: added a function for summing two floats"
. -
Push your changes to your GitHub repository:
$ git push origin <YOUR_BRANCH_NAME>
-
Go to your GitHub repository and create a pull request (PR) by clicking the
New Pull Request
button. -
Describe your changes in the pull request, and if your changes are related to an existing issue, reference it in your PR.
-
The maintainers of the repository will review your PR and may suggest changes or improvements. Be patient, and be open to feedback.
-
Once your PR is approved, it will be merged into the main branch, and your contribution will be part of the project!
If you have any questions or need assistance with the contribution process, feel free to reach out to us.
Thank you for contributing to HactoberFest-23! We appreciate your help in making this project better for everyone.