Browse Source

Remove Issues page.

pull/46/merge
Andrew Belt 3 years ago
parent
commit
20292515f0
4 changed files with 1 additions and 44 deletions
  1. +0
    -2
      Building.md
  2. +0
    -40
      Issues.md
  3. +1
    -1
      Migrate2.md
  4. +0
    -1
      toc.md

+ 0
- 2
Building.md View File

@@ -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.* *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`. 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. Make sure there are no spaces in your absolute path, since this breaks the Makefile-based build system.




+ 0
- 40
Issues.md View File

@@ -1,40 +0,0 @@
# Bugs and Features

VCV offers technical support of commercial VCV plugins by emailing <support@vcvrack.com>.

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.

+ 1
- 1
Migrate2.md View File

@@ -28,7 +28,7 @@ make clean
make dist 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. If not, read on to solve potential errors or warnings.






+ 0
- 1
toc.md View File

@@ -23,6 +23,5 @@


### Appendix ### Appendix
- [FAQ](/FAQ) - [FAQ](/FAQ)
- [Bugs and Features](/Issues)
- [Communities](/Communities) - [Communities](/Communities)
- [About VCV](/About) - [About VCV](/About)

Loading…
Cancel
Save