Skip to content

Latest commit

 

History

History
executable file
·
24 lines (21 loc) · 535 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
24 lines (21 loc) · 535 Bytes

WEB Wordlist Generator Contribution

Open issue

Open issue about your feature or bug in this here.

Clone this repository.

git clone https://github.com/OsmanKandemir/web-wordlist-generator.git

Create new branch

git checkout -b you-#<issue-id>

Install Requirements

pip install -r requirements.txt

Commit and push your changes

git add .
git commit -m "added changes #<issue-id>"
git push origin you-#<issue-id>