chore: add bit about dependencies

This commit is contained in:
Naomi Carrigan 2024-09-27 00:13:49 -07:00
parent bd7bcdfb6b
commit 28ce6e9a4b
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -33,6 +33,15 @@ body:
- label: My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). - label: My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/).
validations: validations:
required: true required: true
- type: checkboxes
id: dependencies
attributes:
label: Dependencies
description: "My pull request adds or updates dependencies, so:"
options:
- label: I have pinned the dependencies to a specific patch version.
validations:
required: false
- type: checkboxes - type: checkboxes
id: style id: style
attributes: attributes: