diff options
author | Ian Gudger <igudger@google.com> | 2018-05-04 11:25:36 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-04 11:26:22 -0700 |
commit | f94d90073f3b54a219c687894e9d7ce7f5c4efc4 (patch) | |
tree | 94d979eb1542dc0e39e9a56aab6e9d04c7d9fb05 /.github | |
parent | c90fefc1161c58af34856aff7b7012f19f5d1f1b (diff) |
Add to the github issue template
PiperOrigin-RevId: 195444658
Change-Id: I62d12405324f9c80ec572c65d76c5f320a9b549e
Diffstat (limited to '.github')
-rw-r--r-- | .github/issue_template.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index ee73614a1..d9f26a369 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,12 @@ Before filling an issue, please consult our [FAQ](https://github.com/google/gvisor#faq--known-issues) and check that the issue hasn't been [reported before](https://github.com/google/gvisor/issues). +If this is your first time compiling or running gVisor, please make sure that +your system meets the [minimum requirements](https://github.com/google/gvisor#requirements). + +If you believe you've found a security issue, please email +gvisor-security@googlegroups.com rather than filing a bug. + Enable [debug logs](https://github.com/google/gvisor#debugging), run your repro, and attach the logs to the bug. Other useful information to include is: - `docker version` or `docker info` if more relevant |