From 9831d726a5d85d5fc23040d6cfa96bb2438ddd1f Mon Sep 17 00:00:00 2001 From: zugdev Date: Fri, 8 Nov 2024 11:06:01 -0300 Subject: [PATCH 1/2] feat: new pull template --- .github/pull_request_template.md | 40 +++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cde9843..1a00dd7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,40 @@ + + Resolves # - + +Changes: + +- ... + + + +QA: + +- ... \ No newline at end of file From 1d9663590131b27d82fd5242488b99328fe59b6e Mon Sep 17 00:00:00 2001 From: zugdev Date: Fri, 8 Nov 2024 11:08:27 -0300 Subject: [PATCH 2/2] chore: better vocab --- .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 1a00dd7..be65862 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,8 +14,8 @@ This is not required but again, it is advised. // EXAMPLE Changes: -- I've refactored the authentication mechanism because the auth token wasn't being properly stored. -- I've removed unnecessary calls to render the login button. +- Refactored the authentication mechanism because the auth token wasn't being properly stored. +- Removed unnecessary calls to render the login button. --> Changes: