From 3ca478da32941af534207230e36df3bda01cbea3 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Wed, 6 Jul 2022 10:22:29 +0000 Subject: [PATCH] Contributing typos --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 30b83cdf6..6250c0dba 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,9 +4,9 @@ Thanks for contributing to [Converse.js](https://conversejs.org) ## Support questions -The Github issue tracker is used for bugs reports and feature requests, not for general tech support. +The Github issue tracker is used for bug reports and feature requests, not for general tech support. -For support, you can join your [XMPP webchat](https://inverse.chat/#converse/room?jid=discuss@conference.conversejs.org). +For support, you can join our [XMPP webchat](https://inverse.chat/#converse/room?jid=discuss@conference.conversejs.org). Instead of the webchat, you can also open the room in your XMPP client, [click here](xmpp://discuss@conference.conversejs.org?join). You can also ask questions on [StackOverflow](https://stackoverflow.com/questions/tagged/converse.js) @@ -23,6 +23,6 @@ Please read the [style guide](https://conversejs.org/docs/html/style_guide.html) Add a test for any bug fixed or feature added. -Tests are can be find in various `./test` folders in the Converse source code. +Tests can be find in various `./tests` folders in the Converse source code. To run the tests, you can run `make check` on Linux and Mac, or `./node_modules/bin/karma start karma.conf` on Windows.