Skip to content

Commit d5be3e2

Browse files
authored
Merge pull request opencontainers#3766 from AkihiroSuda/issue-template
Add `.github/ISSUE_TEMPLATE/config.yml`
2 parents 4ec7b90 + 7d940bd commit d5be3e2

File tree

3 files changed

+69
-0
lines changed

3 files changed

+69
-0
lines changed
+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Forked from https://github.com/containerd/nerdctl/blob/v1.2.1/.github/ISSUE_TEMPLATE/bug_report.yaml
2+
name: Bug report
3+
description: Create a bug report to help improve runc
4+
labels: kind/unconfirmed-bug-claim
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
If you are reporting a new issue, make sure that we do not have any duplicates
10+
already open. You can ensure this by searching the issue list for this
11+
repository. If there is a duplicate, please close your issue and add a comment
12+
to the existing issue instead.
13+
14+
When reporting a security issue, do not create an issue or file a pull request on GitHub.
15+
See [`opencontainers/.github/SECURITY.md`](https://github.com/opencontainers/.github/blob/master/SECURITY.md).
16+
17+
- type: textarea
18+
attributes:
19+
label: Description
20+
description: |
21+
Briefly describe the problem you are having in a few paragraphs.
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
attributes:
27+
label: Steps to reproduce the issue
28+
value: |
29+
1.
30+
2.
31+
3.
32+
33+
- type: textarea
34+
attributes:
35+
label: Describe the results you received and expected
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
attributes:
41+
label: What version of runc are you using?
42+
placeholder: runc --version
43+
validations:
44+
required: true
45+
46+
- type: textarea
47+
attributes:
48+
label: Host OS information
49+
placeholder: cat /etc/os-release
50+
51+
- type: textarea
52+
attributes:
53+
label: Host kernel information
54+
placeholder: uname -a

.github/ISSUE_TEMPLATE/config.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Forked from https://github.com/containerd/nerdctl/blob/main/.github/ISSUE_TEMPLATE/config.yml
2+
blank_issues_enabled: true
3+
contact_links:
4+
- name: Ask a question (GitHub Discussions)
5+
url: https://github.com/opencontainers/runc/discussions
6+
about: |
7+
Please do not submit "a bug report" for asking a question.
8+
In most cases, GitHub Discussions is the best place to ask a question.
9+
If you are not sure whether you are going to report a bug or ask a question,
10+
please consider asking in GitHub Discussions first.
11+
- name: Slack (opencontainers.slack.com)
12+
url: https://communityinviter.com/apps/opencontainers/join-the-oci-community
13+
- name: Mailing list
14+
url: https://groups.google.com/a/opencontainers.org/forum/#!forum/dev

SECURITY.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Security
22

3+
When reporting a security issue, do not create an issue or file a pull request on GitHub.
34
The reporting process and disclosure communications are outlined [here](https://github.com/opencontainers/org/blob/master/SECURITY.md).

0 commit comments

Comments
 (0)