Skip to content

Commit 6d245de

Browse files
authored
Create pull_request_template.md
1 parent f755918 commit 6d245de

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
**Thanks for making a Pull Request!**
2+
Please fill out this template so that you can be sure that your PR does everything it needs to be accepted.
3+
4+
## Description
5+
What does your PR do?
6+
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.
7+
8+
## PR Checklist
9+
- [ ] 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/).)
10+
- [ ] Does your PR add, remove, or rename any plugin parameters?
11+
- [ ] If yes, then have you ensured that older versions of the plug-in load correctly? (Usually, this means writing a new legacy unseralization function like [`_UnserializeStateLegacy_0_7_9`](https://github.com/sdatkinson/NeuralAmpModelerPlugin/blob/f755918e3f325f28658700ca954f8a47ec58d021/NeuralAmpModeler/NeuralAmpModeler.cpp#L823).)
12+

0 commit comments

Comments
 (0)