Note: Contributing to this Repository wont be counted towards AcWoC'25. Its for Practice Only
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
- Fork this repository to your GitHub account.
- Clone the repository to your local machine:
git clone https://github.com/your-username/acwoc-practice.git
- Navigate to the repository::
cd acwoc-practice
- Create a new branch for your work::
git checkout -b your-branch-name
- Make changes and commit your changes::
git commit -m "Your commit message"
- Push your branch to your fork::
git push https://github.com/your-username/acwoc-practice.git
- Checkout to main branch after the push is succesful:
git checkout main
- Open a pull request (PR) from your forked repository to this repository for review.
- Don't Spam the Repository
- This repository is for practicing open-source contributions only.
Happy contributing! 🎉