From 517a205f20e25cb78da6a8b0e31a3c16f2bde123 Mon Sep 17 00:00:00 2001 From: Andy Wang <41224501+andy-t-wang@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:56:58 -0800 Subject: [PATCH] Require templates for PRS (#60) --- .github/workflows/pull_request_template.md | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/pull_request_template.md diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 0000000..b0505f1 --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,24 @@ +## PR Type + +- [ ] Regular Task +- [ ] Bug Fix +- [ ] QA Tests + +## Description + + + +## Checklist + + + +- [ ] I have self-reviewed this PR. +- [ ] I have left comments in the code for clarity. +- [ ] I have added necessary unit tests. +- [ ] I have updated the documentation as needed.