Welcome! We're excited to have you contribute to this project. Don't worry if you're new to open source - we're here to help!
Click the ⭐ button at the top right of this page. It helps others find this project!
- Go to the Issues tab
- Look for
good first issuelabel if you're new - Comment "I'd like to work on this!" on the issue
# Fork this repo (click Fork button on GitHub), then:
git clone https://github.com/01bps/WiFi-Auto-Auth.git
cd WiFi-Auto-Auth
git checkout -b my-new-featureWrite your code Test it locally Make sure it works!
Open HACKTOBERFEST.md and add your contribution at the bottom:
Contributor: @your-github-username
Issue: #issue-number
- Added/Fixed/Improved [describe in simple words]
- Modified these files:
filename.py
git add .
git commit -m "Added [brief description] (fixes #issue-number)"
git push origin my-new-featureThen go to GitHub and click "Create Pull Request"