From 6ec46ad046296cf509331c814aab4ba3bbaff141 Mon Sep 17 00:00:00 2001 From: adrianvrj Date: Wed, 11 Sep 2024 17:59:17 -0600 Subject: [PATCH] [docs] added PR template --- .github/pull_request_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..6ba0f07 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +# Pull Request + +[] Closes # +[] Added tests (if necessary) +[] Run tests +[] Run formatting +[] Commented the code + +## Changes description + +Describe what your changes will do and any TODOs there might be in the future related to the issue you are closing. + +## Current output + +Give evidence like screenshots of what your job looks like. + +## Time spent breakdown + +Give a breakdown on the time you used to solve the issue you are closing. + +## Comments + +Any other details you might want to share. \ No newline at end of file