update versioning instructions on PR template (#580)

See #579 for an example of an issue that would've been avoided by someone following the more complete instructions here.
This commit is contained in:
Charles Frye
2024-02-12 16:49:59 -05:00
committed by GitHub
parent cbb264f49d
commit 824698c8df

View File

@@ -12,7 +12,9 @@
- [ ] 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 pins all dependencies
- [ ] Example dependencies with `version < 1` are pinned to minor version, `~=0.x.y`
- [ ] Example 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