Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.01 KB

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 main may not be merged/accepted (depending on how lazy we feel or how hard it is to fix 😝)

Stargazers over time