summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2022-08-01 14:08:16 +0200
committerLinus Färnstrand <faern@faern.net>2022-08-01 14:08:16 +0200
commit16f4038e856882a78ca3b328c2edb710cc1689c9 (patch)
tree8e04268892142fda35254d8e22b9c62819b3c2c3
parentf00552174872e462327fb20c86e3197467540c22 (diff)
downloadmullvadvpn-16f4038e856882a78ca3b328c2edb710cc1689c9.tar.xz
mullvadvpn-16f4038e856882a78ca3b328c2edb710cc1689c9.zip
Update very outdated contributing text
Instead of specifying versions here, refer to the coding guidelines
-rw-r--r--CONTRIBUTING.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 911f02955c..0a143fc2a0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -42,16 +42,6 @@ author of the entire contribution and grant us the full right to use, publish, c
the entire, or part of, your contribution under the terms defined by the GPL 3.0 license at any
point in time.
-### Toolchain versions
+### Code style and design
-All Rust code must work on the latest stable release of Rust as well as the latest Mullvad beta
-release. It should also work on nightly Rust, but this can, from time to time, be overlooked when
-nightly is broken.
-
-All JavaScript code must work with Node 8 and 9.
-
-### Code formatting
-
-All Rust code in this repository must always be formatted with the latest available version of
-rustfmt (`rustfmt-nightly` at the moment). Please run `./format.sh` to automatically format
-the entire repository.
+Please follow the [coding guidelines](https://github.com/mullvad/coding-guidelines).