Skip to content

Commit

Permalink
Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Brauner committed Apr 22, 2017
1 parent dc46df1 commit 8b1bb3d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,29 @@
The template below is mostly useful for bug reports and support questions.
Feel free to remove anything which doesn't apply to you and add more information where it makes sense.

# Required information

* Distribution:
* Distribution version:
* The output of
* `lxc-start --version`
* `lxc-checkconfig`
* `uname -a`
* `cat /proc/self/cgroups`
* `cat /proc/1/mounts`

# Issue description

A brief description of what failed or what could be improved.

# Steps to reproduce

1. Step one
2. Step two
3. Step three

# Information to attach

- [ ] any relevant kernel output (`dmesg`)
- [ ] container log (The <log> file from running `lxc-start -n <c> -l <log> -o DEBUG`)
- [ ] the containers configuration file

0 comments on commit 8b1bb3d

Please sign in to comment.