From 24d882e923d1e2240321649a94150412d58e7430 Mon Sep 17 00:00:00 2001 From: minhlai Date: Thu, 20 Jun 2024 14:32:54 -0400 Subject: [PATCH] add pr template --- .github/pull_request_template.md | 69 ++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..c0336d0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,69 @@ +# GH-### + + + +## Linked Issues + + + +resolves GH-### + +## Proposed changes + + + +--- + + + +## Reviewer notes + + + +## Setup + + + +### Start the system + + + +```sh +# startup script here +``` + + +--- + +## Screenshots + + \ No newline at end of file