Skip to content

Commit 95ad38c

Browse files
Update contributing and introduction doc to point to Discord instead of Slack (#5690)
* Update contributing doc to point to Discord instead of Slack * Remove newsletter and slack, add WebXR Discord to the introduction doc
1 parent e3ce2bc commit 95ad38c

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[slack]: https://aframevr.slack.com/join/shared_invite/zt-f6rne3ly-ekVaBU~Xu~fsZHXr56jacQ
21
[stackoverflow]: http://stackoverflow.com/questions/tagged/aframe
32

43
Interested in contributing? As an open source project, we'd appreciate any help
@@ -8,26 +7,23 @@ contribute to these related projects:
87
- [aframe-inspector](https://github.com/aframevr/aframe-inspector)
98
- [aframe-site](https://github.com/aframevr/aframe-site)
109

11-
# Join the Community on Slack
10+
# Join the Community
1211

13-
1. [Invite yourself][slack] to the A-Frame Slack channel.
14-
2. [Join the discussion](https://aframevr.slack.com)!
12+
Join the community on [Discord and other social media platforms](https://aframe.io/community/)
1513

1614
# Get Help or Ask a Question
1715

1816
If you're not sure how to do something with A-Frame, please post a question
1917
(and any code you've tried so far) to [Stack Overflow under the 'aframe'
20-
tag][stackoverflow]. Questions there will automatically create notifications in
21-
[Slack][slack], and are easier for others to find so new developers can learn
22-
from your questions too.
18+
tag][stackoverflow]. You can also hang out on Discord.
2319

2420
# File an Issue
2521

2622
1. Search the [issue tracker](https://github.com/aframevr/aframe/issues) for similar issues.
2723
2. Specify the version of A-Frame in which the bug occurred.
2824
3. Specify information about your browser and system (e.g., "Firefox Nightly on OS X")
2925
4. Describe the problem in detail (i.e., what happened and what you expected would happen).
30-
5. If possible, provide a small test case with [CodePen](http://codepen.io), a link to your application, and/or a screenshot. You can fork this [sample pen](http://codepen.io/anon/pen/KVWpbb).
26+
5. If possible, provide a small test case by [remixing the base A-Frame Glitch](https://glitch.com/~aframe)
3127

3228
# Contribute Code to A-Frame
3329

@@ -58,7 +54,7 @@ under the [MIT License](LICENSE).
5854

5955
1. Create something awesome like a scene, a component, or a shader.
6056
2. Publish your work to Github (and GitHub pages) so everyone can learn from your work.
61-
3. Share it on [Slack][slack] or Twitter.
57+
3. Share it on Discord or X.
6258
4. Let us know about it so we can feature it on our blog: [A Week of A-Frame](https://aframe.io/blog/).
6359
4. For bonus points, write and publish a case study to explain how you built it.
6460

@@ -94,9 +90,9 @@ Glitch and update the `src` URL.
9490

9591
# Help Your Fellow A-Framers
9692

97-
## On Slack
93+
## On Discord
9894

99-
1. [Invite yourself][slack] to the A-Frame Slack channel.
95+
1. [Invite yourself][https://aframe.io/community/] to Discord.
10096
2. Help answer questions that people might have and welcome new people.
10197
3. Redirect or cross-post questions to the [Stack Overflow A-Frame tag][stackoverflow].
10298

docs/introduction/index.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,25 +158,22 @@ as Google, Microsoft, Oculus, and Samsung have made contributions to A-Frame.
158158
## Off You Go!
159159

160160
[Discord]: https://supermedium.com/discord
161-
[slack]: https://aframevr.slack.com/join/shared_invite/zt-f6rne3ly-ekVaBU~Xu~fsZHXr56jacQ
162161

163162
If it's your first time here, here's a plan for success for getting into
164163
A-Frame:
165164

166-
1. [Subscribe to the Newsletter](https://aframe.io/subscribe/) for updates and
167-
tips on A-Frame and to see featured community projects.
168-
169-
2. Read through the documentation to get a grasp.
165+
1. Read through the documentation to get a grasp.
170166
[Glitch](https://glitch.com/~aframe) is used as a recommended coding playground
171167
and for examples.
172168

173-
3. [Join us on Discord][Discord] and [Slack][slack] and if you have any
169+
2. [Join us on Discord][Discord] if you have any
174170
questions, [search and ask on StackOverflow](http://stackoverflow.com/questions/ask/?tags=aframe),
175171
and someone will try to get to you!
176172

177-
4. When you build something, share your project online and we'll try to feature
178-
it on the [newsletter](https://aframe.io/subscribe/) and the
179-
[blog](https://aframe.io/blog/)!
173+
3. When you build something, share your project online on X with the
174+
`@aframevr` mention. You can also post it on the #self-promotion channel on
175+
[Supermedium Discord][Discord] and #a-frame channel on
176+
[WebXR Discord](https://discord.gg/jJxvuW97c4).
180177

181178
And it really helps to have a dig into the fundamentals on JavaScript and
182179
[three.js](https://threejs.org/). Have fun!

0 commit comments

Comments
 (0)