From 85c88955985d674d72764cfa4e3676ee163543f5 Mon Sep 17 00:00:00 2001 From: beserge Date: Wed, 20 Dec 2023 13:12:25 -0500 Subject: [PATCH] Create PR template --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..0316a870 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +# Before Making this Pull Request + +- Please review the [Style Guide](https://github.com/electro-smith/DaisySP/blob/master/doc/style_guide.pdf), and do your best to make sure your code fits the design ethos of the library. + - Please be sure to run `util/fix_style.sh` and commit any relevant changes. + - As appropriate, please be sure to document your code in line. +- Please add any references to issues this PR fixes using the # tag. +- Please add a relevant label (for example bug, documentation, etc.) +- Fill out the sections below as relevant. +- Thank you for your contribution! + +# Description + +(Please include a summary of the changes and the related issue. Please also include relevant motivation and context.) + +# Testing + +(How was this code tested to confirm it works properly? Please do not make a PR for untested code.) + +# Demos / Example Code + +(If relevant, please add any video or audio demos, or example code for your PR.)