From 2362cf8040d23b777c879583c26b90ad4126c7ce Mon Sep 17 00:00:00 2001 From: Gorka Ludlow Date: Fri, 17 May 2024 12:30:32 -0300 Subject: [PATCH] feat: add pr template (#98) --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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 00000000..a725f08e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +### Review Type Requested (choose one): +- [ ] **Glance** - superficial check (from domain experts) +- [ ] **Logic** - thorough check (from everybody doing review) + +### Summary +Provide a one line summary and link to any relevant references + +### Details (optional) +Add any additional details that might help Code Reviewers digest this PR + +### How to test this code? (optional) + +### Anything else? (optional)