Skip to content

Instantly share code, notes, and snippets.

View Victor1890's full-sized avatar
😁
Web technologies lover!

Victor Jesús Rosario Vásquez Victor1890

😁
Web technologies lover!
View GitHub Profile
@Victor1890
Victor1890 / pr_template.md
Created April 8, 2024 11:49 — forked from nicolasmontielf/pr_template.md
This is a template for your PR's

Context

Gives the reviewer some context about the work and why this change is being made, the WHY you are doing this. This field goes more into the product perspective.

Description

Provide a detailed description of how exactly this task will be accomplished. This can be something technical. What specific steps will be taken to achieve the goal? This should include details on service integration, job logic, implementation, etc.

Changes in the codebase

This is where becomes technical. Here is where you can be more focused on the engineering side of your solution. Include information about the functionality they are adding or modifying, as well as any refactoring or improvement of existing code.

Changes outside the codebase