Skip to content

Commit

Permalink
Create PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
beserge committed Dec 20, 2023
1 parent fcbe18a commit 85c8895
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
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.)

0 comments on commit 85c8895

Please sign in to comment.