TL;DR: To add or remove a streamer to the list please update streamers.csv.
-
Fork the repo in the Github UI or checkout the repo locally.
-
Ensure you are update to date with the
mainbranch and then create a branch for your edits:git checkout -b <your-branch> -
Update streamers.csv with your additions and/or deletions.
-
Commit and push:
git add streamers.csv; git commit -m'My Change Description'; git push -u origin <your-branch-name> -
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 😝)