From 57f379b4ce116952fc074ef9553f6b734a6fdf24 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 23 Feb 2024 11:16:53 -0800 Subject: [PATCH] Create pull_request_template.md --- .../pull_request_template.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..0e946f16 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,34 @@ +## Pull Request Checklist + +- [ ] **Description:** Briefly describe the changes in this pull request. +- [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. +- [ ] **Documentation:** Have you updated relevant documentation? +- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? + +--- + +## Description + +[Insert a brief description of the changes made in this pull request] + +--- + +### Changelog Entry + +[Insert your changelog entry here following the format of Keep a Changelog] + +### Added + +- [List any new features or additions] + +### Fixed + +- [List any fixes or corrections] + +### Changed + +- [List any changes or updates] + +### Removed + +- [List any removed features or files]