commit c67bff38c0dd8fb9b49ce461d7c77d682c983999
parent cc3d22b19a3c7d44e5446e8e7e2f37f631a68e62
Author: Steven Atkinson <[email protected]>
Date: Thu, 21 Nov 2024 19:56:44 -0800
Update pull_request_template.md
format.bash
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
@@ -6,6 +6,7 @@ What does your PR do?
Include [Closing words](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue) to link this PR to the Issue(s) that it relates to.
## PR Checklist
+- [ ] Did you format your code using [`format.bash`](https://github.com/sdatkinson/NeuralAmpModelerPlugin/blob/main/format.bash)?
- [ ] Does the VST3 plugin pass all of the unit tests in the [VST3PluginTestHost](https://steinbergmedia.github.io/vst3_dev_portal/pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html)? (Download it as part of the VST3 SDK [here](https://www.steinberg.net/developers/).)
- [ ] Windows
- [ ] macOS