From 7f23a0f091fbd54375afddff65162d2882d9606c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Castro?= Date: Mon, 23 Nov 2020 20:09:17 -0600 Subject: [PATCH] Feature: Create pull request template 1. Why is this change necessary? This change add the template that will help us to organize the upcoming changes from the new contributors. 2. How does it address the issue? By adding a document that will serve as a template. 3. What side effects does this change have? None. --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..e9de729 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +Complete los campos a continuación para enviar un Pull Request. +Cuanta más información que se proporcione, mejor. + +Ticket # + +**Descripción de los cambios introducidos por el Pull Request**: + +**Verifique que el Pull Request cumpla con lo siguientes requisitos**: +- [ ] Se actualizó el changelog. +- [ ] Documentación actualizada (si corresponde). +- [ ] El cambio que se incluye en el PR funciona adecuadamente (si corresponde).