From 198d88c8bbeba1c5d22136413362016a834237aa Mon Sep 17 00:00:00 2001 From: "Storm B. Heg" Date: Fri, 27 Sep 2024 12:38:29 -0400 Subject: [PATCH] Add another callout to repo requirements near checkboxes --- .github/ISSUE_TEMPLATE/transfer-project-in.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/transfer-project-in.yml b/.github/ISSUE_TEMPLATE/transfer-project-in.yml index cd5756a..489839e 100644 --- a/.github/ISSUE_TEMPLATE/transfer-project-in.yml +++ b/.github/ISSUE_TEMPLATE/transfer-project-in.yml @@ -27,6 +27,7 @@ body: id: tests attributes: label: Does the project have the required attributes? + description: "[Review the incoming repo requirements for details.](https://github.com/django-commons/membership/blob/main/incoming_repo_requirements.md)" options: - label: Does the project have tests? - label: Does the project have documentation?