From 37885565fc74af573ad50bef2675d1d19376da4e Mon Sep 17 00:00:00 2001 From: Joseph Musser Date: Fri, 26 Mar 2021 17:44:23 -0400 Subject: [PATCH] Help to set expectations for issues up front (#4513) --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/proposal_template.md | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e912917..371124c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Open a Discussion + - name: Propose a language idea or ask a question url: https://github.com/dotnet/csharplang/discussions/new - about: Please open new proposals as discussions if they are not fully specified. + about: Starting with discussion is the way to create a new proposal. diff --git a/.github/ISSUE_TEMPLATE/proposal_template.md b/.github/ISSUE_TEMPLATE/proposal_template.md index 575f654..59f778b 100644 --- a/.github/ISSUE_TEMPLATE/proposal_template.md +++ b/.github/ISSUE_TEMPLATE/proposal_template.md @@ -1,10 +1,12 @@ --- -name: Language Proposal -about: Fully specified language proposal +name: Create a language specification +about: For proposals that have been invited by a team member. title: "[Proposal]: [FEATURE_NAME]" --- # FEATURE_NAME