From a615308111a423e760a3d4dc5a6e9a90a0b36e1e Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:19:09 +0000 Subject: [PATCH] Update pull_request_template.md Fix --- .github/pull_request_template.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 312f210c..3fa91f85 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,7 +22,7 @@ ### Added -- [List any new features, functionalities, or additions, including any breaking changes] +- [List any new features, functionalities, or additions] ### Fixed @@ -34,11 +34,7 @@ ### Removed -- [List any removed features, files, or deprecated functionalities] - -### Deprecated - -- [List any deprecated features, functions, or APIs] +- [List any removed features, files, or deprecated functionalities and APIs] ### Security