├── .github └── ISSUE_TEMPLATE │ ├── authentication-bug-report.md │ ├── chat-bug-report.md │ ├── config.yml │ ├── developer-site-bug-report.md │ ├── documentation-bug-report.md │ ├── embed-bug-report.md │ ├── events-bug-report.md │ ├── extensions-bug-report.md │ ├── game-engine-bug-report.md │ ├── github-bug-report.md │ └── helix-bug-report.md ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/authentication-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/authentication-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/chat-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/chat-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/developer-site-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/developer-site-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/documentation-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/documentation-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/embed-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/embed-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/events-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/events-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/extensions-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/extensions-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/game-engine-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/game-engine-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/github-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/github-bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/helix-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/.github/ISSUE_TEMPLATE/helix-bug-report.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twitchdev/issues/HEAD/README.md --------------------------------------------------------------------------------