Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

42 lines (36 loc) · 1.18 KB

Start Your Open Source Journey From here..

Hacktoberfest 2022

contributions welcome Hacktoberfest-22 Open Source Love
Email Banners-Dark

📚 Contribution rules

  • Do NOT modify/remove others content.
  • Try to pull requests and check that there's no merge conflicts.
  • No Spam or Invalid pull Response

🤗 Getting Started

  • Fork this repo
  • Clone on your local machine
git clone https://github.com/mustafa-ali-8108/Web-scraping.git
  • Navigate to project directory.
cd Web-scraping
  • Add your contribution
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push