Skip to content

Commit

Permalink
Add comment describing pull request title format.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed May 21, 2024
1 parent 5266d13 commit c9409db
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,36 @@
<!-- # Title -->

<!-- Pull request title format: -->
<!-- Closes #<issue-id>: <issue-title> -->
<!-- Example -->
<!-- Closes #86: Add cron job to build `libmexclass` nightly -->

# 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 c9409db

Please sign in to comment.