-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.) |