diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bcaead6565..11feb9eba5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,10 @@ There are many ways to contribute to Docusaurus, and many of them do not involve Contributions are very welcome. If you think you need help planning your contribution, please ping us on Twitter at [@docusaurus](https://twitter.com/docusaurus) and let us know you are looking for a bit of help. +### Join our Discord Channel + +We have [#docusaurus-dev](https://discord.gg/ZQrGEVj) to discuss all things Docusaurus development. + ### Triaging issues and pull requests One great way you can contribute to the project without writing any code is to help triage issues and pull requests as they come in. diff --git a/README.md b/README.md index 79c46214fa..b4f312f1ad 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,16 @@ Read our [contributing guide](https://github.com/facebook/Docusaurus/blob/master To help you get your feet wet and get you familiar with our contribution process, we have a list of [beginner friendly bugs](https://github.com/facebook/Docusaurus/labels/good%20first%20issue) that contain bugs which are fairly easy to fix. This is a great place to get started. -### License +## Contact + +We have a few channels for contact: + +- Our [#docusaurus-users](https://discord.gg/tq7QK3M) Discord channel for those using Docusaurus. +- Our [#docusaurus-dev](https://discord.gg/ZQrGEVj) Discord channel for those wanting to contribute to the Docusaurus core. +- [@docusaurus](https://twitter.com/docusaurus) on Twitter +- [GitHub Issues](https://github.com/facebook/docusaurus/issues) + +## License Docusaurus is [MIT licensed](./LICENSE). diff --git a/website/pages/en/help.js b/website/pages/en/help.js index 06bafc3bf9..c41f35a7ea 100755 --- a/website/pages/en/help.js +++ b/website/pages/en/help.js @@ -19,6 +19,11 @@ class Help extends React.Component { content: `Learn more about Docusaurus using the [official documentation](${siteConfig.baseUrl}docs/${this.props.language}/installation.html).`, }, + { + title: "Discord", + content: + "You can join the conversation on one of our Discord Channels: [#docusaurus-users](https://discord.gg/tq7QK3M) for user help and [#docusaurus-dev](https://discord.gg/ZQrGEVj) for contributing help." + }, { title: "Twitter", content: @@ -39,9 +44,9 @@ class Help extends React.Component {
- If you need help with Docusaurus, you can try one of the mechanisms below. We are looking at other options to provide help for Docusaurus users well. + If you need help with Docusaurus, you can try one of the mechanisms below.
-