From 46858c45b8335317cff1fa5a2fa23a8e8c99fba6 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 1 Oct 2019 17:52:36 -0700 Subject: [PATCH] Add note about tools for contributing --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3f62a56..3bef6e64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,12 @@ Some of the repositories covered are: ## Code Code contributions are welcome for features and bugs that have been reported in the project's bug tracker. We want to make sure that no one wastes their time, so be sure to talk with maintainers about what changes would be accepted before doing any work! +You'll want these tools to work on Rojo: + +* Latest stable Rust compiler +* Latest stable Rojo +* Latest stable Remodel + ## Documentation Documentation impacts way more people than the individual lines of code we write.