Skip to content

Commit

Permalink
disable blank issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Dec 7, 2019
1 parent 535b250 commit 4f38061
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Expand Up @@ -7,7 +7,7 @@ assignees: ''

---

<!-- Please search existing issues to avoid creating duplicates. -->
<!-- You must use the issue template below when submitting a bug -->

**Describe The Bug:**
<!-- A clear and concise description of what the bug is. -->
Expand Down
5 changes: 5 additions & 0 deletions .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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support-request.md
Expand Up @@ -7,7 +7,7 @@ assignees: ''

---

<!-- Please search existing issues to avoid creating duplicates. -->
<!-- You must use the issue template below when submitting a support request -->

**Describe Your Problem:**
<!-- A clear and concise description of what problem you are trying to solve. -->
Expand Down
2 changes: 1 addition & 1 deletion server/src/wss.ts
Expand Up @@ -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) => {
Expand Down

0 comments on commit 4f38061

Please sign in to comment.