summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
AgeCommit message (Collapse)Author
2020-11-13PULL_REQUEST_TEMPLATE.md: use rendered docsJonathan Ringer
2020-05-03treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak
tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
2020-04-27PULL_REQUEST_TEMPLATE: try to simplify call-for-reviewJörg Thalheim
The text is quite long and hard to read in hub (because it is one whole line with no line breaks). Also simplified the language/sentence structure a bit for non-native speakers.
2020-01-03.github: remove cc from pull-request templateIngolf Wagner
2019-12-22nixpkgs-review: 2.1.0 -> 2.1.1Jörg Thalheim
changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.1.1
2019-10-30.github: clarify things done re: sandboxingAmerico
Per https://github.com/NixOS/nixpkgs/pull/58147#issuecomment-478234495 sandboxing is not fully functional on macOS. .github: specify where sandboxing can be run Co-Authored-By: Jon <jonringer@users.noreply.github.com> .github: remove macOS note
2019-10-28Fix link in PULL_REQUEST_TEMPLATE.md (the same link)Vladimír Čunát
2019-07-30PULL_REQUEST_TEMPLATE: Add "Notify maintainers" sectionSteven Shaw
2019-07-01PULL_REQUEST_TEMPLATE: "Assured whether" -> "Ensured that"Craig Hall
2019-04-04Merge pull request #58098 from Infinisil/encouraging_reviewsworldofpeace
PULL_REQUEST_TEMPLATE: Add encouragement to review PRs
2019-03-28PULL_REQUEST_TEMPLATE: Add encouragement to review PRsSilvan Mosberger
2019-03-20doc/reviewing-contributions: nix-review instead of nox-reviewJörg Thalheim
It is faster, handles more edge cases and allows to test/review the built packages interactively.
2018-11-22PULL_REQUEST_TEMPLATE: Ask for docsNiklas Hambüchen
2018-06-21PULL_REQUEST_TEMPLATE.md: Ask for closure size impactEelco Dolstra
2018-05-30use sandbox instead of build-use-sandboxBob van der Linden
2017-10-09pr template: make values of platform field less ambiguousMaxime Dénès
2017-09-03pr template: make formatting consistentPiotr Bogdan
2017-08-12Pull request template: comment out instructionsLinus Heckemann
2017-07-28PULL_REQUEST_TEMPLATE.md: mereley -> merelyYegor Timoshenko
2017-07-22Pull request template: clarify the purpose of the templateFrederik Rietdijk
2017-06-23github/pr-template: Add note about NixOS testsaszlig
On several occasions I've seen people bumping packages which have NixOS tests but without actually running them. While this probably won't prevent such occasions entirely, at least it serves as an additional checklist item so contributors don't forget about these tests. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-04Update PULL_REQUEST_TEMPLATE.mdIgnat Loskutov
Follow the rebranding of OS X into macOS
2016-09-02PULL_REQUEST_TEMPLATE: rename chroot to sandboxRushmore Mushambi
See https://github.com/NixOS/nix/commit/b39622a487e2978bd32c9faf2f651aec1f9815c1
2016-06-29PR template: go back to old option name for nowVladimír Čunát
The old one works on all nix(os) versions, whereas the new one doesn't work e.g. on default 16.03 setting. Discussed on #15112.
2016-05-24Update PR template with motivation for changesDaniel Peebles
I'm seeing a lot of PRs that only include the checklist, when the main thing I care about when I'm reviewing a PR is what the author was thinking when they decided to make the change.
2016-04-26github PR template: reformulate the sandboxing helpVladimír Čunát
It's been reported that when running through nix daemon, sandboxing can't be turned on by passing `--option` (silently ignored), so let's not suggest that way. https://github.com/NixOS/nixpkgs/issues/14866#issuecomment-214619909
2016-04-25nixos: rename chroot* to sandbox*Vladimír Čunát
On Nix side this was done months ago: https://github.com/NixOS/nix/pull/682
2016-04-09Simplify contributingzimbatm
* Highlight the top mistakes directly in CONTRIBUTING.md * Remove unecessary cruft from the PR template
2016-03-16.github/PULL_REQUEST_TEMPLATE.md: use individual checkboxes for tested OSesNathan Zadoks
2016-02-28PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406Domen Kožar
2016-02-28PULL_REQUEST_TEMPLATE.md: clarify a few thingsDomen Kožar
2016-02-22PULL_REQUEST_TEMPLATE: initArseniy Seroka