summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2017-10-02 02:42:03 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2017-10-02 02:42:03 -0400
commit7fdc6663fd11e1e9eb67fff40a37db0cf5118df6 (patch)
treec9ad60fda3926b918bcd1c2816d29441529858eb /README.md
parentf9cf502a7946a0958f2398b05534e2c2a7220e96 (diff)
Added Issue Tracker section to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.