diff options
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..0124c04e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Related Issues + +<!-- Link to the issues that are solved with this PR. --> + +### Purpose + +<!--- Describe the problem or feature. --> + +### Approach + +<!--- How does this address the problem? --> |