···11+______________________________________________________________________
22+33+name: Bug report
44+about: Issues are testable/actionable tasks. Use Discussions for questions, feature-requests, problem solving.
55+title: 'BUG: '
66+labels: 'bug'
77+assignees: ''
88+99+______________________________________________________________________
1010+1111+If you have found a bug, please share a reproduction repository with us.
1212+1313+First step is to clone the `bogus` template and edit `modules/bug.nix`.
1414+1515+```console
1616+nix flake init -t github:vic/den#bogus
1717+nix flake update den
1818+vim modules/bug.nix
1919+nix flake check
2020+```
2121+2222+Your repository will help us verify that we can reproduce the bug in a minimal environment - Your repo has CI actions enabled. When the bug has been fixed we can use your same code as a non-regression test to ensure bugs do not appear again.
2323+2424+### Description
2525+2626+Provide a very small description of the intended and the actual behaviour.
2727+2828+Share a link to a [discussion](https://github.com/vic/den/discussions) to keep track of it.