Skip to content

Latest commit

 

History

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

CONTRIBUTING.md

File metadata and controls

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

Static Threat Analyzer Contribution

Open issue

Open issue about your feature or bug in this here.

Clone this repository.

git clone https://github.com/OsmanKandemir/associated-threat-analyzer.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>