From ee9f767b06d9e618a534979de843bbfc48aac4d5 Mon Sep 17 00:00:00 2001 From: Ernesto Rodriguez Ortiz Date: Sun, 5 Nov 2017 15:19:46 -0500 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..75eb393 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +## Fixes # by... + +### Changes proposed in this pull request: + +* ... +* ... + +### Status + +- [ ] READY +- [ ] HOLD +- [X] WIP (Work-In-Progress) + +### How to verify this change + +*Fill out this section so that a reviewer can know how to verify your change.* + +### Additional notes + +*If applicable, explain the rationale behind your change.* +