Merge pull request #4882 from AkihiroSuda/issue-question-guide
add guidance about GitHub Discussions
This commit is contained in:
commit
cf62a557a8
15
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
15
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Ask a question (GitHub Discussions)
|
||||
url: https://github.com/containerd/containerd/discussions
|
||||
about: |
|
||||
Please do not submit "a bug report" for asking a question.
|
||||
In most cases, GitHub Discussions is the best place to ask a question.
|
||||
If you are not sure whether you are going to report a bug or ask a question,
|
||||
please consider asking in GitHub Discussions first.
|
||||
- name: Report a security issue
|
||||
url: https://github.com/containerd/project/blob/master/SECURITY.md
|
||||
about: A security issue should be reported privately by email.
|
||||
- name: Chat with containerd users and developers
|
||||
url: https://slack.cncf.io/
|
||||
about: CNCF slack has `#containerd` and `#containerd-dev` channels
|
Loading…
Reference in New Issue
Block a user