From efc00028e6ecebe2e917eda5f0ad1267cef7fdb1 Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Sat, 13 Jan 2024 20:50:58 +0300 Subject: [PATCH] Added a pull request template --- .../pull_request_template.md | 43 +++++++++++++++++++ 1 file changed, 43 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 0000000..87ee3a6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,43 @@ + + + +## Description + + + + +## Current Behavior + + + +## Updated Behavior + + + +## Implementation Notes + + + + +## Checklist + + - [ ] Added unit tests for every exported function/class. + - [ ] Added JSDoc to every public function/class/class member. + - [ ] Added relevant information to the README. + +## Breaking Changes + + + +## Fixed Issues + +