Browse Source

GitHub Issues will be replaced by VCV support when Rack 2 is released, so issue templates are no longer needed. Free code contributions to Rack are not accepted so Code of Conduct in repo not needed. Refer to https://vcvrack.com/rules for community rules.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
11f06867a3
4 changed files with 0 additions and 66 deletions
  1. +0
    -1
      .github/CODE-OF-CONDUCT.md
  2. +0
    -31
      .github/ISSUE_TEMPLATE/bug_report.md
  3. +0
    -8
      .github/ISSUE_TEMPLATE/config.yml
  4. +0
    -26
      .github/ISSUE_TEMPLATE/feature_request.md

+ 0
- 1
.github/CODE-OF-CONDUCT.md View File

@@ -1 +0,0 @@
See [VCV Community Rules](https://vcvrack.com/rules).

+ 0
- 31
.github/ISSUE_TEMPLATE/bug_report.md View File

@@ -1,31 +0,0 @@
---
name: Bug report
about: Bugs, build errors, compatibility/stability issues

---

<!--
Search existing issues before posting a new one to avoid duplicates.
To file a bug report, fill out the form below.
Use a descriptive title that best explains the bug in one sentence.
Attach screenshots if the bug is visual.
If Rack crashed, attach/upload (don't copy/paste) your `<Rack user folder>/log.txt` file.
Surround terminal output with three tildes
```
like this.
```
-->

### Details

Operating system and version:
Rack version (vX.Y.Z):
Hardware relevant to your issue (e.g. graphic card model, audio/MIDI device):

### Summary

### Steps to reproduce

<!--
If developers cannot reproduce the bug, it cannot be fixed.
-->

+ 0
- 8
.github/ISSUE_TEMPLATE/config.yml View File

@@ -1,8 +0,0 @@
blank_issues_enabled: false
contact_links:
- name: VCV Community Forum
url: https://community.vcvrack.com/
about: Questions, discussions, and announcements about VCV Rack
- name: Other communities
url: https://vcvrack.com/manual/Communities
about: List of all VCV communities

+ 0
- 26
.github/ISSUE_TEMPLATE/feature_request.md View File

@@ -1,26 +0,0 @@
---
name: Feature request
about: Feature ideas, design proposals

---

<!--
Search existing issues before posting a new one to avoid duplicates.
To request a feature, fill out the form below.
Use a descriptive title that best explains the feature request in one sentence.
-->

### Summary

<!--
What is the motivation for this feature? What does the feature achieve?
-->

### Proposed design

<!--
What is one possible implementation or design of this feature?
If visual, explain how the user interface should be changed. If interactive, explain the steps needed for a user to use the feature.
Are there any corner cases where your implementation would fail?
Are there alternative implementations?
-->

Loading…
Cancel
Save