about summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
AgeCommit message (Collapse)AuthorFilesLines
2023-12-03.github: removing "Priorities" headingAlyssa Ross1-1/+1
Where this was a markdown heading, it sometimes had the wrong weight so it appeared as if it was a subheading of the previous section, and some people feel the word "Priorities" creates misleading expectations. Link: https://github.com/NixOS/nixpkgs/pull/203969/files#r1037761779
2023-11-21Encourage +1's for prioritisationSilvan Mosberger1-0/+7
Adds a small text to each issue and the PR template to encourage people to use :+1:'s for issues they're also interested in. See https://github.com/NixOS/nix.dev/issues/359 for more information Co-Authored-By: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-12-04.github/ISSUE_TEMPLATE: Improvementspiegames1-0/+1
2021-12-23bug_report.md: remove confusing 'maintainer information' section (#120711)Atemu1-8/+0
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.
2021-07-23github/bug_report: Improve readabilityKreyren1-7/+12
2020-04-13bug_report.md: ask to notify maintainersworldofpeace1-0/+6
This is really essential thing that everyone should be doing. A few extra notifications won't hurt anyone, and we should be tracking issues to connect them to the best people who can handle them. Co-Authored-By: Cole Helbling <cole.e.helbling@outlook.com>
2020-01-05ISSUE_TEMPLATE: 'nix run' -> 'nix-shell -p'Eelco Dolstra1-1/+1
'nix run' is an experimental command.
2019-07-22github: use the new issue template (#64983)zimbatm1-0/+37
Create new categories for the issues: * Bug report * Packaging request * Security Add metadata information to the issues so that we may match issues to maintainers using a bot in the future. The old `.github/ISSUE_TEMPLATE.md` is being used by the "Open a regular issue." link.