Skip to content

Commit

Permalink
github: add ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Mikhalitsyn <[email protected]>
  • Loading branch information
mihalicyn authored and stgraber committed Jun 25, 2024
1 parent 53dec83 commit 79c40bd
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
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:
* `cat /etc/os-release` or `cat /etc/lsb-release`
* LXCFS version:
* The output of
* `uname -a`
* `cat /proc/1/mounts`
* `ps aux | grep lxcfs`
* LXCFS logs

# Issue description

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

If you have LXCFS crashing, please, collect a crash dump.

# Steps to reproduce

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

# Information to attach

- [ ] any relevant kernel output (`dmesg`)
- [ ] LXCFS daemon output / logs
- [ ] LXCFS configuration (Which options were used to start a LXCFS daemon? `ps aux | grep lxcfs`)
- [ ] 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 comments on commit 79c40bd

Please sign in to comment.