From 4dc09acd51868122b7ec562efd824666a65f3d50 Mon Sep 17 00:00:00 2001 From: Immo Landwerth Date: Thu, 14 Oct 2021 13:24:41 -0700 Subject: [PATCH] Add section with design alternatives --- .github/ISSUE_TEMPLATE/02_api_proposal.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/02_api_proposal.yml b/.github/ISSUE_TEMPLATE/02_api_proposal.yml index 1462b38ad80d42..145095e3bb42b2 100644 --- a/.github/ISSUE_TEMPLATE/02_api_proposal.yml +++ b/.github/ISSUE_TEMPLATE/02_api_proposal.yml @@ -55,6 +55,15 @@ body: ``` validations: required: true + - type: textarea + id: alternative-designs + attributes: + label: Alternative Designs + description: | + Please provide alternative designs. This might not be APIs; for example instead of providing new APIs an option might be to change the behavior of an existing API. + placeholder: Alternative designs + validations: + required: false - type: textarea id: risks attributes: