From 7fdc6663fd11e1e9eb67fff40a37db0cf5118df6 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 2 Oct 2017 02:42:03 -0400 Subject: [PATCH] Added Issue Tracker section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e7e6caca..3316c5b0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ This README includes instructions for building Rack from source. For information about the software, go to https://vcvrack.com/. +## The [Issue Tracker](https://github.com/VCVRack/Rack/issues) *is* the official developer's forum + +Bug reports, feature requests, and even *questions/discussions* are welcome on the GitHub Issue Tracker for all VCVRack repos. + +Please vote on feature requests by using the Thumbs Up/Down reaction on the first post. + ## Setting up your development environment Rack's dependencies (GLEW, glfw, etc) do not need to be installed on your system, since specific versions are compiled locally during the build process. However, you need proper tools to build these dependencies.