summary refs log tree commit diff
path: root/.github/PULL_REQUEST_TEMPLATE.md
Commit message (Collapse)AuthorAge
* CONTRIBUTING.md: Move to repo root, where it is more visible.Niklas Hambüchen2021-06-26
| | | | | | | We found that many users found it difficult to locate this document. Github supports it in the root, see: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
* doc: cleanup documentation relating to release notesRyan Mulligan2021-06-23
| | | | Also delete empty release notes file.
* pull_request_template: fix link to CONTRIBUTING.mdPavol Rusnak2021-06-05
|
* pull_request_template: Add release note criteriaJonathan Ringer2021-06-02
|
* pull request template: cleanup (#117537)Léo Gaspard2021-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove elements of the PR template that have a low signal/noise ratio, and add one that I think would have a good signal/noise ratio. ----- Remove: Determined the impact on package closure size (by running `nix path-info -S` before and after) ----- Rationale: This is rarely done in practice, and apart from for specific packages this is usually not a good indicator of anything useful It might make sense to re-introduce it with two holes to fill, but then we would have to make a serious decision to never land without these two numbers filled in or with too big a regression, because in practice this box has been a no-op in many cases. Maybe just integrating this check in nixpkgs-review would bring the most benefit here? ----- ----- Remove: Ensured that relevant documentation is up to date ----- Rationale: This is fuzzy, “relevant documentation” is way too often hard to find ----- ----- Add: Added a release notes entry if the change is major or breaking ----- Rationale: This is way too often forgotten, and is also a self-contained easy task -----
* PULL_REQUEST_TEMPLATE.md: use rendered docsJonathan Ringer2020-11-13
|
* treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak2020-05-03
| | | | | tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
* PULL_REQUEST_TEMPLATE: try to simplify call-for-reviewJörg Thalheim2020-04-27
| | | | | | 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.
* .github: remove cc from pull-request templateIngolf Wagner2020-01-03
|
* nixpkgs-review: 2.1.0 -> 2.1.1Jörg Thalheim2019-12-22
| | | | changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.1.1
* .github: clarify things done re: sandboxingAmerico2019-10-30
| | | | | | | | | | | 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
* Fix link in PULL_REQUEST_TEMPLATE.md (the same link)Vladimír Čunát2019-10-28
|
* PULL_REQUEST_TEMPLATE: Add "Notify maintainers" sectionSteven Shaw2019-07-30
|
* PULL_REQUEST_TEMPLATE: "Assured whether" -> "Ensured that"Craig Hall2019-07-01
|
* Merge pull request #58098 from Infinisil/encouraging_reviewsworldofpeace2019-04-04
|\ | | | | PULL_REQUEST_TEMPLATE: Add encouragement to review PRs
| * PULL_REQUEST_TEMPLATE: Add encouragement to review PRsSilvan Mosberger2019-03-28
| |
* | doc/reviewing-contributions: nix-review instead of nox-reviewJörg Thalheim2019-03-20
|/ | | | | It is faster, handles more edge cases and allows to test/review the built packages interactively.
* PULL_REQUEST_TEMPLATE: Ask for docsNiklas Hambüchen2018-11-22
|
* PULL_REQUEST_TEMPLATE.md: Ask for closure size impactEelco Dolstra2018-06-21
|
* use sandbox instead of build-use-sandboxBob van der Linden2018-05-30
|
* pr template: make values of platform field less ambiguousMaxime Dénès2017-10-09
|
* pr template: make formatting consistentPiotr Bogdan2017-09-03
|
* Pull request template: comment out instructionsLinus Heckemann2017-08-12
|
* PULL_REQUEST_TEMPLATE.md: mereley -> merelyYegor Timoshenko2017-07-28
|
* Pull request template: clarify the purpose of the templateFrederik Rietdijk2017-07-22
|
* github/pr-template: Add note about NixOS testsaszlig2017-06-23
| | | | | | | | | | | 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>
* Update PULL_REQUEST_TEMPLATE.mdIgnat Loskutov2016-11-04
| | | Follow the rebranding of OS X into macOS
* PULL_REQUEST_TEMPLATE: rename chroot to sandboxRushmore Mushambi2016-09-02
| | | See https://github.com/NixOS/nix/commit/b39622a487e2978bd32c9faf2f651aec1f9815c1
* PR template: go back to old option name for nowVladimír Čunát2016-06-29
| | | | | 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.
* Update PR template with motivation for changesDaniel Peebles2016-05-24
| | | 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.
* github PR template: reformulate the sandboxing helpVladimír Čunát2016-04-26
| | | | | | | 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
* nixos: rename chroot* to sandbox*Vladimír Čunát2016-04-25
| | | | | On Nix side this was done months ago: https://github.com/NixOS/nix/pull/682
* Simplify contributingzimbatm2016-04-09
| | | | | * Highlight the top mistakes directly in CONTRIBUTING.md * Remove unecessary cruft from the PR template
* .github/PULL_REQUEST_TEMPLATE.md: use individual checkboxes for tested OSesNathan Zadoks2016-03-16
|
* PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406Domen Kožar2016-02-28
|
* PULL_REQUEST_TEMPLATE.md: clarify a few thingsDomen Kožar2016-02-28
|
* PULL_REQUEST_TEMPLATE: initArseniy Seroka2016-02-22