From 6ef266f59c42b301bd16b6acdf23a396788bb4bf Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Thu, 18 Apr 2024 12:35:47 +0100 Subject: [PATCH] Adding task to checklist --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 558b0333..be02bf20 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,6 +8,7 @@ Please mention any github issues addressed by this PR. # Checklist +- [ ] I have run the tests on a device with GPUs. - [ ] I have performed a self-review of my code. - [ ] I have commented hard-to-understand parts of my code. - [ ] I have made corresponding changes to the public API documentation.