File tree 3 files changed +69
-0
lines changed
3 files changed +69
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
# Security
2
2
3
+ When reporting a security issue, do not create an issue or file a pull request on GitHub.
3
4
The reporting process and disclosure communications are outlined [ here] ( https://github.com/opencontainers/org/blob/master/SECURITY.md ) .
You can’t perform that action at this time.
0 commit comments