summaryrefslogtreecommitdiffhomepage
path: root/.github/issue_template.md
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-04-21 13:12:38 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-21 13:14:09 -0700
commit89822a446161f1ccb3b84d53f8528bc8b0a28053 (patch)
treed56d6acdd41c5377ef4f023213412746e087d10a /.github/issue_template.md
parent9b5e305e05ef3ad51778981062d6152cea1cd4fb (diff)
Move to GitHub's new issue templates.
This allows us to specify a richer configuration for the issue template, that effectively moves a lot of the "metadata" from the template itself to the main issue page. PiperOrigin-RevId: 307666509
Diffstat (limited to '.github/issue_template.md')
-rw-r--r--.github/issue_template.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
deleted file mode 100644
index 77c401d22..000000000
--- a/.github/issue_template.md
+++ /dev/null
@@ -1,20 +0,0 @@
-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.
-
-If you believe you've found a security issue, please email gvisor-security@googlegroups.com rather than filing a bug.
-
-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://gvisor.dev/docs/user_guide/debugging/
-
-Other useful information to include is:
-
-* `runsc -v`
-* `docker version` or `docker info` if more relevant
-* `uname -a` - `git describe`
-* Detailed reproduction steps