From 5f5ab280617b26ef67fa02efb1b081dbec9c5024 Mon Sep 17 00:00:00 2001 From: William Wu <74469686+wllmwu@users.noreply.github.com> Date: Sat, 18 Nov 2023 14:27:30 -0800 Subject: [PATCH] Initialize repository (#1) * Create CODEOWNERS * Create pull_request_template.md --- .github/CODEOWNERS | 1 + .github/pull_request_template.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/pull_request_template.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..5914c6b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @benjaminJohnson2204 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a030d08 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## Tracking Info + +Resolves # + +## Changes + + + +- TODO + +## Testing + + + +- TODO + +## Confirmation of Change + + + +TODO