diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 82bd328..b9ae205 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,7 +7,7 @@ assignees: '' --- - + **Describe The Bug:** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..8bd3303 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Homebridge Slack Community + url: https://slackin-znyruquwmv.now.sh/ + about: Ask your questions in the hap-google-smart-home channel \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/support-request.md index bb1be59..cdbd0fc 100644 --- a/.github/ISSUE_TEMPLATE/support-request.md +++ b/.github/ISSUE_TEMPLATE/support-request.md @@ -7,7 +7,7 @@ assignees: '' --- - + **Describe Your Problem:** diff --git a/server/src/wss.ts b/server/src/wss.ts index 0cdfa4c..8700362 100644 --- a/server/src/wss.ts +++ b/server/src/wss.ts @@ -32,7 +32,7 @@ export default class Wss extends EventEmitter { this.emit(channel, data); }); - // subscribe to and listen for broadcast messages to sent to all clients + // subscribe to and listen for broadcast messages to send to all clients this.sub.subscribe('broadcast'); this.on('broadcast', (message: string) => {