diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml deleted file mode 100644 index 79befe22e..000000000 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ /dev/null @@ -1,14 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: SharePoint Developer Documentation - url: https://github.com/SharePoint/sp-dev-docs/issues/new - about: Issue related to the SharePoint Framework or its documentation? Submit an issue here. - - name: SharePoint StackExchange - url: http://sharepoint.stackexchange.com/ - about: If you have technical questions about the framework, tag your questions with we’ll be monitoring #spfx, #spfx-webparts, or #spfx-tooling here. - - name: SharePoint StackExchange - url: http://sharepoint.stackexchange.com/ - about: If you have technical questions about the framework, tag your questions with we’ll be monitoring #spfx, #spfx-webparts, or #spfx-tooling here. - - name: Microsoft Tech Community - url: https://techcommunity.microsoft.com/t5/sharepoint-developer/bd-p/SharePointDev - about: Alternatively, submit your technical questions about the framework in the SharePoint Developer group here diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..274f5fad0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: SharePoint Developer Documentation + url: https://github.com/SharePoint/sp-dev-docs/issues/new + about: 📚 Issue related to the SharePoint Framework or its documentation? Submit an issue here. + - name: SharePoint StackExchange + url: http://sharepoint.stackexchange.com/ + about: ⁉️ If you have technical questions about the framework, tag your questions with we’ll be monitoring #spfx, #spfx-webparts, or #spfx-tooling here. + - name: Microsoft Tech Community + url: https://techcommunity.microsoft.com/t5/sharepoint-developer/bd-p/SharePointDev + about: ⁉️ Alternatively, submit your technical questions about the framework in the SharePoint Developer group here