Skip to content

Commit 9a7bb7e

Browse files
committed
add guidance about GitHub Discussions
Add `.github/ISSUE_TEMPLATE/config.yml` to clarify where is the right place (in the most cases) to ask questions. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 178e9a1 commit 9a7bb7e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Ask a question (GitHub Discussions)
4+
url: https://github.com/containerd/containerd/discussions
5+
about: |
6+
Please do not submit "a bug report" for asking a question.
7+
In most cases, GitHub Discussions is the best place to ask a question.
8+
If you are not sure whether you are going to report a bug or ask a question,
9+
please consider asking in GitHub Discussions first.
10+
- name: Report a security issue
11+
url: https://github.com/containerd/project/blob/master/SECURITY.md
12+
about: A security issue should be reported privately by email.
13+
- name: Chat with containerd users and developers
14+
url: https://slack.cncf.io/
15+
about: CNCF slack has `#containerd` and `#containerd-dev` channels

0 commit comments

Comments
 (0)