From d807190dd98c88d8f7dc01228fb471dde31bad2a Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Sun, 7 Jan 2024 14:36:37 -0700 Subject: [PATCH] Updated pull request template --- pull_request_template.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 26e706a53..1784915cc 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,4 +1,12 @@ -Fixes #_____ - Include a terse summary of the change or which issue is fixed. +## Fixes: + +(Include a list of issues that this PR fixes. If this PR is a work in progress, include a list of issues that this PR is related to. Use the format `Fixes #issue` to automatically close the issue when this PR is merged.) + +- Fixes #____ + +## Todos: + +- [ ] - Include a list of tasks that need to be completed for this PR to be considered complete. ## Pull Request checklist: