From 733b5beb87ded6e6832625e4c13e75b77fcc304c Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Wed, 19 Nov 2025 14:34:45 +0100 Subject: [PATCH] Add full type signature requirement to ACP template This has been discussed on multiple Libs-API meetings. When an ACP proposes functions or traits, but they don't contain e.g. the return type of a function, it can be difficult to understand what exactly is the expected behaviour and whether the proposed name is a good match. --- .github/ISSUE_TEMPLATE/api-change-proposal.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/api-change-proposal.md b/.github/ISSUE_TEMPLATE/api-change-proposal.md index b2886d8..8e68eed 100644 --- a/.github/ISSUE_TEMPLATE/api-change-proposal.md +++ b/.github/ISSUE_TEMPLATE/api-change-proposal.md @@ -21,6 +21,8 @@ assignees: ""