Skip to content

Commit 84639e7

Browse files
committed
Update discord channel name
1 parent 22e3574 commit 84639e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Thanks for submitting a pull request! 🎉
44
55
Please include a link to a GitHub issue if one exists.
66
7-
If you don't hear from a maintainer within a few days, please feel free to ping us here or in #e-typescript on Discord!
7+
If you don't hear from a maintainer within a few days, please feel free to ping us here or in #topic-typescript on Discord!
88
99
-->

docs/ts/current-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ While TS already works nicely for many things in Ember, there are a number of co
66

77
You'll frequently see errors for imports which TypeScript doesn't know how to resolve. **These won't stop the build from working;** they just mean TypeScript doesn't know where to find those.
88

9-
Writing these missing type definitions is a great way to pitch in! Jump in `#e-typescript` on the [Ember Community Discord server](https://discord.gg/zT3asNS) and we'll be happy to help you.
9+
Writing these missing type definitions is a great way to pitch in! Jump in `#topic-typescript` on the [Ember Community Discord server](https://discord.gg/zT3asNS) and we'll be happy to help you.
1010

1111
## Templates
1212

known-typings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ course find many other modules with their own typings out there.)
55

66
Don't see an addon you use listed here? You might be the one to write them! Check
77
out [this blog post] or [this quest issue] for tips on how to do it, and feel free
8-
to ask for help in the `#e-typescript` channel on the [Ember Community Discord server].
8+
to ask for help in the `#topic-typescript` channel on the [Ember Community Discord server].
99

1010
[this blog post]: http://www.chriskrycho.com/2017/typing-your-ember-part-5.html
1111
[this quest issue]: https://github.com/typed-ember/ember-typings/issues/14

rfcs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ for inclusion by ember-cli-typescript.
8181
* RFCs that are candidates for inclusion will enter a "final comment period"
8282
lasting 7 days. The beginning of this period will be signaled with a comment
8383
and tag on the RFC's pull request. Furthermore, the Typed Ember team will post
84-
in Discord in `#e-typescript` and `#news-and-announcements`.
84+
in Discord in `#topic-typescript` and `#news-and-announcements`.
8585
* An RFC can be modified based upon feedback from the Typed Ember team and
8686
the community. Significant modifications may trigger a new final comment period.
8787
* An RFC may be rejected by the team after public discussion has settled and

0 commit comments

Comments
 (0)