Skip to content

Commit 79c40bd

Browse files
mihalicynstgraber
authored andcommitted
github: add ISSUE_TEMPLATE.md
Signed-off-by: Alexander Mikhalitsyn <[email protected]>
1 parent 53dec83 commit 79c40bd

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
The template below is mostly useful for bug reports and support questions.
2+
Feel free to remove anything which doesn't apply to you and add more information where it makes sense.
3+
4+
# Required information
5+
6+
* Distribution:
7+
* `cat /etc/os-release` or `cat /etc/lsb-release`
8+
* LXCFS version:
9+
* The output of
10+
* `uname -a`
11+
* `cat /proc/1/mounts`
12+
* `ps aux | grep lxcfs`
13+
* LXCFS logs
14+
15+
# Issue description
16+
17+
A brief description of what failed or what could be improved.
18+
19+
If you have LXCFS crashing, please, collect a crash dump.
20+
21+
# Steps to reproduce
22+
23+
1. Step one
24+
2. Step two
25+
3. Step three
26+
27+
# Information to attach
28+
29+
- [ ] any relevant kernel output (`dmesg`)
30+
- [ ] LXCFS daemon output / logs
31+
- [ ] LXCFS configuration (Which options were used to start a LXCFS daemon? `ps aux | grep lxcfs`)
32+
- [ ] in case of crash, a core dump (please, read [how to collect a core dump](https://github.com/lxc/lxcfs?tab=readme-ov-file#core-dump))

0 commit comments

Comments
 (0)