diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-05-04 01:23:43 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-04 01:24:23 -0700 |
commit | 7e82550bf7a383d0aa3b3c4c8107bc32816ca5d5 (patch) | |
tree | 90a670cf0deaac67e31941da59168bacdd7e8162 | |
parent | 3ea6805e5443bb748797ba272d5d288df8c9a7e1 (diff) |
Add github bug template
PiperOrigin-RevId: 195382309
Change-Id: I3e50206d137bb15c0532282ffbc3508aa5ddeb28
-rw-r--r-- | .github/issue_template.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 000000000..ee73614a1 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,10 @@ +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). + +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 +- `uname -a` +- `git describe` +- Full docker command you ran +- Detailed repro steps |