From 29e119d3c1dfb31e3f83527b5ade0b6c33e2cf73 Mon Sep 17 00:00:00 2001 From: Pavan Podila Date: Mon, 16 Oct 2023 16:19:13 +0530 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e2327e4be..313e8c9b8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,6 @@ If the PR fixes a specific issue, reference the issue with **`Fixes #`**. - [ ] Increment the **`major`/`minor`/`patch`/`patch-count`**, depending on the complexity of change - [ ] Add the necessary **unit tests** to ensure the coverage does not drop - [ ] Update the **Changelog** to include all changes made in this PR, organized by version -- [ ] Run the **`melo run set_version` command** from the root directory +- [ ] Run the **`melos run set_version` command** from the root directory - [ ] Include the **necessary reviewers** for the PR -- [ ] Update the docs if there are any API changes or additions to functionality +- [ ] Update the **docs** if there are any API changes or additions to functionality