diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2d0ac8fe..ae2887393 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ It's very important that your pull requests include all of the above in order fo ## Writing Tests -Tests are written using [mocha](https://mochajs.org/), [chai](http://chaijs.com/) and [sinon](http://sinonjs.org/). If you are having issues making a test pass, ask for help in the SerialPort [gitter](https://gitter.im/serialport/node-serialport) room or on your PR. Tests can be the hardest part to write when contributing code, so don't be discouraged. +Tests are written using [mocha](https://mochajs.org/), [chai](http://chaijs.com/) and [sinon](http://sinonjs.org/). If you are having issues making a test pass, ask for help in the SerialPort [discussions list](https://github.com/serialport/node-serialport/discussions) or on your PR. Tests can be the hardest part to write when contributing code, so don't be discouraged.