Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 891 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 891 Bytes

Infosec Streams List

Contributing / Updating

TL;DR: To add or remove a streamer to the list please update streamers.csv.

Pull Request Process:

  1. Fork the repo in the Github UI or checkout the repo locally.

  2. Ensure you are update to date with the main branch and then create a branch for your edits:

    git checkout -b <your-branch>

  3. Update streamers.csv with your additions and/or deletions.

  4. Commit and push:

    git add streamers.csv; git commit -m'My Change Description'; git push -u origin <your-branch-name>

  5. Create a Pull Request using the Github UI.

Nota Bene: PRs with merge conflicts or that are out of date with master may not be merged/accepted (depending oh how lazy we feel or how hard it is to fix 😝)