Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImmo Landwerth <immol@microsoft.com>2021-10-15 00:05:18 +0300
committerGitHub <noreply@github.com>2021-10-15 00:05:18 +0300
commitc968447b35ac14ec89166efe42f17d7e12e487e5 (patch)
tree1e77737c321d047076e07288302ea7492b90efb3 /.github
parent97ef512a7cbc21d982ce68de805fec2c42e3561c (diff)
Add section with design alternatives (#60426)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/02_api_proposal.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/02_api_proposal.yml b/.github/ISSUE_TEMPLATE/02_api_proposal.yml
index 1462b38ad80..145095e3bb4 100644
--- a/.github/ISSUE_TEMPLATE/02_api_proposal.yml
+++ b/.github/ISSUE_TEMPLATE/02_api_proposal.yml
@@ -56,6 +56,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:
label: Risks