diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1355552e8..5f30b6944 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,8 @@ labels: kind/bug assignees: '' --- + + ## Expected Behavior @@ -21,6 +23,7 @@ assignees: '' ## Release Note + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..4acb92c4c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: Dapr Community Repo + url: https://github.com/dapr/community + about: Please see our community docs here. + - name: Dapr Discord Chat + url: https://aka.ms/dapr-discord + about: Please ask questions or troubleshooting help here. + - name: Report a security issue + url: https://docs.dapr.io/operations/support/support-security-issues + about: Please report security vulnerabilities using these instructions. diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md index b69d42531..6ab75eee1 100644 --- a/.github/ISSUE_TEMPLATE/discussion.md +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -1,8 +1,11 @@ --- -name: Feature Request +name: Discussion about: Start a discussion for Components-Contrib title: '' labels: kind/discussion assignees: '' --- + + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 64641318e..c02e73980 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,7 +6,10 @@ labels: kind/enhancement assignees: '' --- + + ## Describe the feature + ## Release Note diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md index bc7f3f00c..567e338f1 100644 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -6,4 +6,6 @@ labels: kind/proposal assignees: '' --- + + ## Describe the proposal diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index c7249589d..e2e3ce668 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -6,4 +6,6 @@ labels: kind/question assignees: '' --- + + ## Ask your question here