Before submitting a pull request (PR), ensure that your repository is synchronized with this one. When we merge your PR, all the content from this repository should be present in your fork along with your new code.
Here's why this is crucial: If you fork this repository and later submit a PR, this repository might have received other contributions in the meantime. If you merge your forked repository at this stage, it can roll back the changes to an earlier version, causing the loss of all contributions made after you forked this repository.
To avoid this, please make sure your forked repository is up to date with the latest changes from this repository before submitting your PR. Thank you for your understanding and cooperation!
This is a glug-pace hacktoberfest activity repo, students contribute here to gain PR or MR.
Create a Hacktoberfest account by connecting with your GitHub profile at
https://hacktoberfest.com/This is your gateway to participating in the event.
Explore the Hacktoberfest event repository at
https://github.com/glugpace/Hacktoberfest2023-paceThis is where you can make your contributions.
Fork the repository to create a personal copy in your GitHub account. Clone your forked repository to your local machine using the command:
Line below is the command to create a clone of your forked repo:
$ git clone https://github.com/{your-username}/Hacktoberfest2023-pacegit checkout -b <your_branch_name>Replace <branch_name> with the name of the branch that you want to create.
# Make your contributions by adding new files or modifying existing ones.
# Ensure your changes are meaningful and aligned with the repository's purpose.
# Stage your changes using:
$ git add .
# Commit your changes with a descriptive message:
$ git commit -m "Description of your changes"
# Push your changes to your forked repository on GitHub:
$ git push origin <your_branch_name>
To qualify for Hacktoberfest, aim to make at least four meaningful contributions to different repositories. Be open to feedback and guidance from maintainers.
Go to your forked repository on GitHub, and you should see an option to create a Pull Request from your branch.
Provide a clear title and description of your changes.
Your PR will be reviewed by the project maintainers. Be prepared to address any feedback and make necessary changes. Follow any guidelines and instructions provided by the maintainers.
Once your PR is accepted and merged into the project, you've successfully contributed to Hacktoberfest.
Track your contributions and progress on the Hacktoberfest website by connecting your GitHub account.
Participate in discussions and share your experiences in the Hacktoberfest community on GitHub and social media.
After completing four contributions, you'll be eligible to plant a tree.