From b8506bb391d090335b6f8c2ce3a54e9112325f06 Mon Sep 17 00:00:00 2001 From: Abhi Markan Date: Wed, 29 Nov 2023 14:20:29 +0000 Subject: [PATCH] feat(template): pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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 00000000..c8f4862d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## Introduction :pencil2: +Include a summary of the changes and related feature(s) or issue(s). + +## Resolution :heavy_check_mark: +List all changes made to the codebase. + +## Miscellaneous :heavy_plus_sign: +List any additional fixes or improvements. +