From 9fd3a01648eced8b108641cf7bb10d317bb6a402 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 3 Aug 2022 16:19:05 -0500 Subject: [PATCH] Update PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 58 +++++--------------------------- 1 file changed, 9 insertions(+), 49 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 271cfc2ea..a16c8da96 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,49 +1,9 @@ - +## Description + + + + +## Checklist +- [ ] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/rmm/blob/HEAD/CONTRIBUTING.md). +- [ ] New or existing tests cover these changes. +- [ ] The documentation is up to date with these changes.