diff --git a/.gitmodules b/.gitmodules index 8ddcc9e6..62e685e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -181,3 +181,7 @@ path = repos/KoralfxVCV url = https://github.com/koralfx/KoralfxVCV branch = master +[submodule "repos/mscHack"] + path = repos/mscHack + url = https://github.com/mschack/VCV-Rack-Plugins + branch = master diff --git a/README.md b/README.md index 6268fc0c..e64e9d68 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ All Rack plugins are welcome assuming they ## For plugin developers: Adding/updating your plugin -To add your plugin(s) to the Plugin Manager, update its information, or inform us of new builds, please create an [issue](https://github.com/VCVRack/community/issues) with the title equal to your plugin slug (or slugs, comma-separated). +To add your plugin(s) to the Plugin Manager, update its information, or inform us of new builds, create an [issue](https://github.com/VCVRack/community/issues) with the title equal to your plugin slug (or slugs, comma-separated). +If you already have an existing issue for your plugin, reuse it for additional requests. Give us each plugin name, your desired author name, license information, relevant URLs, and anything else under the *Manifest* section below. A Library Team member will handle your request. diff --git a/manifests/mscHack.json b/manifests/mscHack.json index 4ad53321..ed23a773 100644 --- a/manifests/mscHack.json +++ b/manifests/mscHack.json @@ -3,5 +3,6 @@ "author": "Mark Schack", "license": "MIT", "manualUrl": "https://github.com/mschack/VCV-Rack-Plugins/blob/master/README.md#demo-vids", - "sourceUrl": "https://github.com/mschack/VCV-Rack-Plugins" + "sourceUrl": "https://github.com/mschack/VCV-Rack-Plugins", + "repoVersion": "0.6.1" } diff --git a/repos/mscHack b/repos/mscHack new file mode 160000 index 00000000..2057b6e9 --- /dev/null +++ b/repos/mscHack @@ -0,0 +1 @@ +Subproject commit 2057b6e92deb128bf87c1c71cae8d98cc7625184