diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..defc1bd6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Tekton Community Resources + url: https://github.com/tektoncd/community/blob/master/contact.md + about: Reach out here to see what we're up to + - name: Tekton Slack Workspace + url: https://github.com/tektoncd/community/blob/master/contact.md#slack + about: For asynchronous and synchronous communication + - name: Tekton Mailing List + url: https://github.com/tektoncd/community/blob/master/contact.md#mailing-list + about: For development and users of Tekton diff --git a/.github/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md similarity index 100% rename from .github/issue-template.md rename to .github/ISSUE_TEMPLATE/issue-template.md