diff --git a/Building.md b/Building.md index 45d0cbf..7955646 100644 --- a/Building.md +++ b/Building.md @@ -43,8 +43,6 @@ pacman -S git wget gcc gdb make cmake tar unzip zip curl jq python *You do not need to build Rack to build plugins if you use the Rack SDK.* -*If the build fails for you, please [report the issue](Issues) to help the portability of Rack.* - Clone this repository with `git clone https://github.com/VCVRack/Rack.git` and `cd Rack`. Make sure there are no spaces in your absolute path, since this breaks the Makefile-based build system. diff --git a/Issues.md b/Issues.md deleted file mode 100644 index e680078..0000000 --- a/Issues.md +++ /dev/null @@ -1,40 +0,0 @@ -# Bugs and Features - -VCV offers technical support of commercial VCV plugins by emailing . - -For technical support of VCV Rack, open-source VCV plugins, and third-party plugins, refer to the correct category below. - -## Bug reports for Rack - -If you encounter a bug in VCV Rack itself (not a plugin), such as a UI issue, broken functionality, hang, or crash, follow these steps. - -- Log in or register for a free [GitHub account](https://github.com/). -- Search [Rack's issue tracker](https://github.com/VCVRack/Rack/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) to check if someone else has posted a similar bug report. - - If the bug is already reported, vote for it by adding a "thumb-up" reaction on the first post. - - If not, [open a bug report issue](https://github.com/VCVRack/Rack/issues/new?template=bug_report.md) and fill out the issue template. - If the template is not filled out, your issue will be closed. - -A developer then attempts to reproduce and identify your bug. -If successful, a fix is implemented, publicly tested with development builds, and released in a future Rack version. - -## Feature requests for Rack - -If you want to propose a feature or change for VCV Rack (not a plugin), follow these steps. - -- Log in or register for a free [GitHub account](https://github.com/). -- Search [Rack's issue tracker](https://github.com/VCVRack/Rack/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) to check if someone else has posted a similar feature request. - - If the feature is already requested, vote for it by adding a "thumb-up" reaction on the first post. - - If not, [open an feature request issue](https://github.com/VCVRack/Rack/issues/new?template=feature_request.md) and fill out the issue template. - If the template is not filled out, your issue will be closed. - -Your proposal is then discussed and possibly modified. -If approved, the feature is implemented, publicly tested with development builds, and released in a future Rack version. - -## Bug reports and feature requests for Rack plugins - -If a bug or feature request involves a particular plugin for Rack rather than Rack itself, follow these steps. - -- Search for the plugin on the [VCV Library](https://library.vcvrack.com/). -- If the plugin's source code or website is hosted on GitHub or GitLab, open an issue in the Issues tab. Accounts on these websites are free. -- If not, use the provided contact information by clicking on the email icon or author's website. -- For bug reports, include the plugin's version, your operating system and version, and steps to reproduce the bug. diff --git a/Migrate2.md b/Migrate2.md index 402d725..5c66e9d 100644 --- a/Migrate2.md +++ b/Migrate2.md @@ -28,7 +28,7 @@ make clean make dist ``` -If your plugin compiles successfully, you can skip ahead to [Potential runtime bugs](#Potential-runtime-bugs). +If your plugin compiles successfully, you can skip ahead to [Potential runtime bugs](#2-Potential-runtime-bugs). If not, read on to solve potential errors or warnings. diff --git a/toc.md b/toc.md index 546a309..0fa69f2 100644 --- a/toc.md +++ b/toc.md @@ -23,6 +23,5 @@ ### Appendix - [FAQ](/FAQ) -- [Bugs and Features](/Issues) - [Communities](/Communities) - [About VCV](/About)