summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2021-12-23 15:21:48 +0100
committerGitHub <noreply@github.com>2021-12-23 15:21:48 +0100
commit0c408a087b4751c887e463e3848512c12017be25 (patch)
treead7603f7966d6e789efa34cf2cbbd55f84736e80 /.github/ISSUE_TEMPLATE
parent81e63c985d578e9806f6942717da4e3c73964123 (diff)
downloadnixpkgs-0c408a087b4751c887e463e3848512c12017be25.tar
nixpkgs-0c408a087b4751c887e463e3848512c12017be25.tar.gz
nixpkgs-0c408a087b4751c887e463e3848512c12017be25.tar.bz2
nixpkgs-0c408a087b4751c887e463e3848512c12017be25.tar.lz
nixpkgs-0c408a087b4751c887e463e3848512c12017be25.tar.xz
nixpkgs-0c408a087b4751c887e463e3848512c12017be25.tar.zst
nixpkgs-0c408a087b4751c887e463e3848512c12017be25.zip
bug_report.md: remove confusing 'maintainer information' section (#120711)
When I started out, I was confused by this section and no idea what to put in
and I don't think I'm the only one as I rarely see it filled out.

This means there isn't much usefulness in it for bot processing either; better
just remove it.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index fa1140a7e33..c197f034023 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -38,11 +38,3 @@ Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
 [user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 output here
 ```
-
-Maintainer information:
-```yaml
-# a list of nixpkgs attributes affected by the problem
-attribute:
-# a list of nixos modules affected by the problem
-module:
-```