From 77fd0e68b4b9e525d736d0e7773e1b3394404676 Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Sat, 16 Jul 2022 13:54:48 -0400 Subject: [PATCH] chore: Move dev setup docs to root --- contrib/setup_linux_build_environment.md => SETUP_DEV_LINUX.md | 0 contrib/setup_mac_build_environment.md => SETUP_DEV_OSX.md | 0 contrib/setup_windows_build_environment.md => SETUP_DEV_WIN.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename contrib/setup_linux_build_environment.md => SETUP_DEV_LINUX.md (100%) rename contrib/setup_mac_build_environment.md => SETUP_DEV_OSX.md (100%) rename contrib/setup_windows_build_environment.md => SETUP_DEV_WIN.md (100%) diff --git a/contrib/setup_linux_build_environment.md b/SETUP_DEV_LINUX.md similarity index 100% rename from contrib/setup_linux_build_environment.md rename to SETUP_DEV_LINUX.md diff --git a/contrib/setup_mac_build_environment.md b/SETUP_DEV_OSX.md similarity index 100% rename from contrib/setup_mac_build_environment.md rename to SETUP_DEV_OSX.md diff --git a/contrib/setup_windows_build_environment.md b/SETUP_DEV_WIN.md similarity index 100% rename from contrib/setup_windows_build_environment.md rename to SETUP_DEV_WIN.md