From 28ce6e9a4b78f78de299bbd78dc291e396fddfea Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 27 Sep 2024 00:13:49 -0700 Subject: [PATCH] chore: add bit about dependencies --- .forgejo/pull_request_template.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.forgejo/pull_request_template.yml b/.forgejo/pull_request_template.yml index 1d5276d..37d43f4 100644 --- a/.forgejo/pull_request_template.yml +++ b/.forgejo/pull_request_template.yml @@ -33,6 +33,15 @@ body: - label: My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). validations: 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 id: style attributes: