Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.32 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.32 KB

ACWOC Practice Repository

Note: Contributing to this Repository wont be counted towards AcWoC'25. Its for Practice Only

About

Welcome to the ACWOC Practice Repository! This repository is designed to help contributors practice open-source contributions in a collaborative environment. Here, you can:

  • Work on open issues
  • Create pull requests (PRs)
  • Improve existing code
  • Add new features or updates

How to Get Started

  1. Fork this repository to your GitHub account.
  2. Clone the repository to your local machine:
    git clone https://github.com/your-username/acwoc-practice.git
  3. Navigate to the repository::
     cd acwoc-practice
  4. Create a new branch for your work::
     git checkout -b your-branch-name
  5. Make changes and commit your changes::
     git commit -m "Your commit message"
  6. Push your branch to your fork::
     git push https://github.com/your-username/acwoc-practice.git
  7. Checkout to main branch after the push is succesful:
     git checkout main
  8. Open a pull request (PR) from your forked repository to this repository for review.

Guidelines

  • Don't Spam the Repository
  • This repository is for practicing open-source contributions only.

Happy contributing! 🎉