From c850481abe77d8bb0f8c008b9592ba83e1721084 Mon Sep 17 00:00:00 2001 From: Alexandre Magno Date: Wed, 17 Jan 2024 19:20:42 +0100 Subject: [PATCH] Update pull_request_template.md --- pull_request_template.md | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index dcc9e118a..8b1378917 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,29 +1 @@ -## Description -> Description of the pull request - -## Changes - -- Where your changes apply - -## Issue - -> Closes #000 - -## Impacted Area - -> Main page - -## Steps to test - -Steps needed to reproduce the scenario from this change to validate if the pull request solve this issue - -- Create / log user -- Create Task -- Other steps - -## Before -> Screenshot from the state before - -## After -> Screenshot from the state after your Pull Request