ISSUE_TEMPLATE.md: clear the blank issue template

This changes the blank issue template to a simple HTML comment telling
users to use the forms instead, while still allowing experienced
contributors to create free-form issues.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>

Changed files
+6 -11
.github
+6 -11
.github/ISSUE_TEMPLATE.md
··· 1 - ## Issue description 2 - 3 - 4 - 5 - ### Steps to reproduce 6 - 7 - 8 - 9 - ## Technical details 10 - 11 - <!-- Please insert the output of running `nix-shell -p nix-info --run "nix-info -m"` below this line --> 1 + <!-- 2 + Please note: This blank issue template is meant for extraordinary issues 3 + that do not fit the templates. Unless you know your issue is relevant to 4 + Nixpkgs and requires the free-form blank issue, please use the issue 5 + templates instead. 6 + -->