Skip to content

Commit

Permalink
update versioning instructions in pull request template (#614)
Browse files Browse the repository at this point in the history
we should precisely pin dependencies before 1, not use approximate pins
  • Loading branch information
charlesfrye authored Mar 1, 2024
1 parent b8fed19 commit 2726cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Type of Change

- [ ] New Example
- [ ] New example
- [ ] Example updates (Bug fixes, new features, etc.)
- [ ] Other (changes to the codebase, but not to examples)

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

Expand Down

0 comments on commit 2726cc0

Please sign in to comment.