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