summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-04-09 10:19:17 -0700
committerShentubot <shentubot@google.com>2019-04-09 10:20:21 -0700
commitf18a8f958187aa52d028d1e3cc3dc0c03b742fed (patch)
tree5dbc8b7eabc3ea07f5eedd89b07c170a21b0cc4d /.github
parentcf4ed408c355ffaaca92b574108815072572b872 (diff)
Update README.md to point to gvisor.dev
PiperOrigin-RevId: 242690968 Change-Id: I1ac2248b5ab3bcd95beed52ecddbb9f34eeb3775
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 73afe1317..77c401d22 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,4 +1,6 @@
-Before filling an issue, please consult our FAQ: https://github.com/google/gvisor#faq--known-issues
+Before filling an issue, please consult our FAQ:
+https://gvisor.dev/docs/user_guide/faq/
+
Also check that the issue hasn't been reported before.
If you have a question, please email gvisor-users@googlegroups.com rather than filing a bug.
@@ -7,11 +9,12 @@ If you believe you've found a security issue, please email gvisor-security@googl
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
-For all other issues, please attach debug logs. To get debug logs, follow the instructions here: https://github.com/google/gvisor#debugging
+For all other issues, please attach debug logs. To get debug logs, follow the
+instructions here: https://gvisor.dev/docs/user_guide/debugging/
Other useful information to include is:
-- `docker version` or `docker info` if more relevant
-- `uname -a`
-- `git describe`
-- Full docker command you ran
-- Detailed repro steps
+
+* `runsc -v`
+* `docker version` or `docker info` if more relevant
+* `uname -a` - `git describe`
+* Detailed reproduction steps