From ca4f89564b4a582c07fe375f4ecebf7cc49630f1 Mon Sep 17 00:00:00 2001 From: Norm Date: Mon, 5 Sep 2022 16:04:13 +0000 Subject: [PATCH] Add note about development platform in contributing guide --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f46e69ce..9a42fdf04 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,9 @@ We won't mind if issues are not in English but we cannot guarantee we will under However it might stíll be better if you write issues in your original language if you are not confident of your English skills because we might be able to use different translators or ask people to translate if we are not sure what you mean. Please understand that in such cases we might edit your issue to translate it, to help us avoid duplicating issues. +## Development platform +FoundKey generally assumes that it is running on a Unix-like platform (e.g. Linux or macOS). If you are using Windows for development, we highly suggest using the Windows Subsystem for Linux (WSL) as the development environment. + ## Roadmap See [ROADMAP.md](./ROADMAP.md)