From 4e5d48a7862442a19ddae3d2b2296a30a8194424 Mon Sep 17 00:00:00 2001 From: Akshat Bubna Date: Thu, 25 Jan 2024 14:42:20 -0800 Subject: [PATCH] Add pinning to PR template checklist (#565) --- .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 fe3e8c378..73aa0ac1c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,6 +12,7 @@ - [ ] Example is testable in synthetic monitoring system, or `lambda-test: false` is added to example frontmatter - [ ] Example does _not_ require third-party dependencies to be installed locally +- [ ] Example pins all dependencies and specifies a `python_version` for the base image - [ ] Example is documented with comments throughout, in a [_Literate Programming_](https://en.wikipedia.org/wiki/Literate_programming) style. ## Outside contributors