Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.27 KB

File metadata and controls

49 lines (37 loc) · 1.27 KB

Contributing to WiFi-Auto-Auth

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!

First Things First - Star This Repo!

Click the ⭐ button at the top right of this page. It helps others find this project!


Quick Start (5 Simple Steps)

Step 1: Pick an Issue

  • Go to the Issues tab
  • Look for good first issue label if you're new
  • Comment "I'd like to work on this!" on the issue

Step 2: Set Up Your Workspace

# 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-feature

Step 3: Make Your Changes

Write your code Test it locally Make sure it works!

Step 4: Document What You Did

Open HACKTOBERFEST.md and add your contribution at the bottom:

What I Added/Fixed

Contributor: @your-github-username
Issue: #issue-number

What I Changed:

  • Added/Fixed/Improved [describe in simple words]
  • Modified these files: filename.py

Step 5: Submit Your Work

git add .
git commit -m "Added [brief description] (fixes #issue-number)"
git push origin my-new-feature

Then go to GitHub and click "Create Pull Request"