From f684f4ad243abfed03c53946a85493e03d272ec7 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Wed, 16 Jan 2019 13:23:44 +0100 Subject: [PATCH] docs: contributing file --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..d885604ed5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contribute to Trezor MCU + +Please read the general instructions you can find on our [wiki](https://wiki.trezor.io/Developers_guide:Contributing). + +If you are working on a new feature, you probably want to contribute this to the [trezor-core](https://github.com/trezor/trezor-core) repository instead.