summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-05-07 11:49:47 -0700
committerShentubot <shentubot@google.com>2018-05-07 11:50:36 -0700
commit2c21e4c32c1746d1c6353fdd7dd98bb333f03ae2 (patch)
tree96e7d3a60f20ad26d81c3def630ef8f091239004
parentf0a17bf9103be7127588ce016ff5b0ab367ce5e7 (diff)
Make bug template more readable in edit mode
When editing the bug, the rendered view of the tags don't show up. This format is easier to read. PiperOrigin-RevId: 195697019 Change-Id: If9bb818b7ecd28bb87608a52b3343d488144ebfd
-rw-r--r--.github/issue_template.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index d9f26a369..981c8aa4c 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,12 +1,13 @@
-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).
+Before filling an issue, please consult our FAQ: https://github.com/google/gvisor#faq--known-issues
+Also check that the issue hasn't been reported before.
-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 have a question, please send e-mail to 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
+
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