Skip to content

Commit

Permalink
Add basic pull request template.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed May 21, 2024
1 parent a7efd96 commit 5266d13
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Issues

<!-- Link(s) to associated issue(s) -->

<!-- Example -->

<!-- 1. #123 -->

# Implementation

<!-- Key notes on implementation and design choices -->

<!-- Example -->

<!-- 1. `ProxyFactory` uses the Factory Design Pattern ... -->

# Qualification

<!-- Description of qualification efforts -->

<!-- Example -->

<!-- 1. Added new MATLAB test class `ProxyFactoryTest` ... -->

# Future Directions

<!-- Next steps and related issues -->

<!-- Example -->

<!-- 1. #456 -->

# Notes

<!-- Important notes, attributions, etc. -->

<!-- Example -->

<!-- 1. Thanks @<username> for your help with this pull request! -->

0 comments on commit 5266d13

Please sign in to comment.