Skip to content

streamlink/streamlink-twitch-gui-wiki

Repository files navigation

Streamlink Twitch GUI wiki repo

THIS PAGE IS NOT PART OF THE WIKI

Please go here if you're looking for the Streamlink Twitch GUI wiki.


This repository is shared between the actual wiki and streamlink-twitch-gui-wiki, which is meant for reviewing and submitting changes.

Contributing

Found a mistake or got something useful to share? Then please open a pull request with your changes!

Thank you for helping improve the Streamlink Twitch GUI wiki!

Wiki documentation

See Github's wiki documentation for the available formats that can be used to write wiki pages.

Quickstart

  1. Fork the repository onto your Github account
  2. Clone your fork locally and add the upstream remote
    git clone 'git@github.com:YOUR_USERNAME/streamlink-twitch-gui-wiki.git'
    cd streamlink-twitch-gui-wiki
    git remote add upstream 'https://github.com/streamlink/streamlink-twitch-gui-wiki.git'
  3. Get the latest changes from upstream if you've cloned a while ago
    git pull upstream master
  4. Checkout a new branch and apply your changes
    git checkout -b new-branch
    $EDITOR file-to-be-edited
    git add file-to-be-edited
    git commit
  5. Push the branch to origin (your fork) and open a pull request
    git push origin new-branch

About

Streamlink Twitch GUI wiki repo for reviewing and submitting changes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •