about summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE
AgeCommit message (Collapse)AuthorFilesLines
2023-12-03.github: removing "Priorities" headingAlyssa Ross6-6/+6
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 Mosberger6-0/+41
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>
2023-10-29doc: update r-b issue templatePol Dellaiera1-8/+64
2023-10-28github: improve r-b issue templateArnout Engelen1-2/+2
You may need to run the regular `nix-build` before running `nix-build --check`
2023-02-07Merge pull request #204460: Issue template improvementspiegames5-38/+25
Issue template improvements
2023-01-07Fix issue template for unreproducible packagesArnout Engelen1-1/+1
2022-12-27fixup! .github/ISSUE_TEMPLATE: Improvementspiegames1-22/+8
2022-12-15Update .github/ISSUE_TEMPLATE/missing_documentation.mdpiegames1-1/+1
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-12-04.github/ISSUE_TEMPLATE: Improvementspiegames5-31/+32
2022-11-14Merge pull request #192724 from raboof/add-unreproducible-package-issue-templateArnout Engelen1-0/+31
Add issue template for unreproducible packages
2022-10-04fix typoValentin Gagarin1-1/+1
2022-09-30fix typoValentin Gagarin1-1/+1
2022-09-25Add issue template for unreproducible packagesArnout Engelen1-0/+31
It's nice to be able to easily create an issue for an unreproducibility, but my additional motivation for creating this issue template is that it makes it easier for non-maintainers to create issues that are correctly tagged '8.topic: reproducible builds'.
2022-09-19issue template: fill 'about' fieldValentin Gagarin1-1/+1
according to [GitHub documentation] some fields are required. `about` is not listed, but it probably is required. [GitHub documentation]: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2022-09-16add issue template for missing or incorrect documentationValentin Gagarin1-0/+32
this allows anyone to create labelled issues for easy filtering.
2022-05-09ISSUE_TEMPLATE/build_failure.md: createArtturin1-0/+34
2022-02-03out_of_date_package_report.md: fix typoK0RR1-3/+3
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-10-22modified out-of-date templateNarice1-6/+6
Changed the label to '9.needs: package (update)' Removed trailing spaces Modified formulation of a sentence
2020-10-21improved out-of-date templateNarice1-3/+37
2020-10-14added out-of-date package reports to templatesNarice1-0/+14
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-26.github/ISSUE_TEMPLATE/security.md: removezimbatm1-27/+0
since the .github/SECURITY.md was added in the org-level repo, there are now two entries in the list. So remove this-one.
2019-07-22github: use the new issue template (#64983)zimbatm3-0/+82
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.