···1+______________________________________________________________________
2+3+name: Bug report
4+about: Issues are testable/actionable tasks. Use Discussions for questions, feature-requests, problem solving.
5+title: 'BUG: '
6+labels: 'bug'
7+assignees: ''
8+9+______________________________________________________________________
10+11+If you have found a bug, please share a reproduction repository with us.
12+13+First step is to clone the `bogus` template and edit `modules/bug.nix`.
14+15+```console
16+nix flake init -t github:vic/den#bogus
17+nix flake update den
18+vim modules/bug.nix
19+nix flake check
20+```
21+22+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.
23+24+### Description
25+26+Provide a very small description of the intended and the actual behaviour.
27+28+Share a link to a [discussion](https://github.com/vic/den/discussions) to keep track of it.