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:
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user