mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 11:20:59 +00:00
create ISSUE_TEMPLATE.md
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
dc46df1e42
commit
8b62db216e
29
.github/ISSUE_TEMPLATE.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user