| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pr template: make formatting consistent•••(cherry picked from commit e221d945ad2b31574e56aec4a4fbdd4dc40881ee) | Piotr Bogdan | 2017-09-04 | 1 | -4/+1 |
| * | documentation: use modern Firefox version in example•••(cherry picked from commit b6a1e439e14b50874b5bc42207ed666862771eee) | Dmitry Kalinkin | 2017-09-02 | 1 | -1/+1 |
| * | Pull request template: comment out instructions | Linus Heckemann | 2017-08-12 | 1 | -1/+1 |
| * | Add myself to CODEOWNERS, and use tab consistently | John Ericson | 2017-07-31 | 1 | -4/+7 |
| * | Merge pull request #27499 from FRidh/codeowners•••CODEOWNERS file for review requests | Frederik Rietdijk | 2017-07-30 | 1 | -0/+20 |
| |\ | |||||
| | * | CODEOWNERS file for review requests•••Some time ago GitHub introduced the CODEOWNERS file. The file is similar to the MAINTAINERS file that was proposed in https://github.com/NixOS/nixpkgs/issues/13602. Code owners will automatically receive a review request. | Frederik Rietdijk | 2017-07-28 | 1 | -0/+20 |
| * | | PULL_REQUEST_TEMPLATE.md: mereley -> merely | Yegor Timoshenko | 2017-07-28 | 1 | -1/+1 |
| |/ | |||||
| * | Pull request template: clarify the purpose of the template | Frederik Rietdijk | 2017-07-22 | 1 | -0/+2 |
| * | CONTRIBUTING.md: suggest "nixos/<module>" prefix for NixOS changes•••Suggest prefixing commit messages that touches NixOS code with "nixos/<module>" instead of the current "<name> service" prefix. "<name> service" is limiting in that NixOS code is more than the services. It is also easier to spot NixOS changes with explicit "nixos/..." prefix. | Bjørn Forsman | 2017-07-22 | 1 | -3/+3 |
| * | github/pr-template: Add note about NixOS tests•••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> | aszlig | 2017-06-23 | 1 | -0/+1 |
| * | github issue template: add sandboxing info | Alexey Shmalko | 2017-05-01 | 1 | -0/+1 |
| * | CONTRIBUTING.md: improve commit message guidelines•••Add a brief request for expressing the motivation for a change. Change the example commit messages to match. Resolves #19126. | Hannu Hartikainen | 2017-02-06 | 1 | -1/+15 |
| * | CONTRIBUTING.md: switch to a link that actually works•••Fixes #20594. | Vladimír Čunát | 2016-11-24 | 1 | -1/+1 |
| * | Update PULL_REQUEST_TEMPLATE.md•••Follow the rebranding of OS X into macOS | Ignat Loskutov | 2016-11-04 | 1 | -1/+1 |
| * | Merge pull request #18972 from ericsagnes/doc/reviewing-contributions•••[WIP] nixos-doc: add reviewing contributions chapter | zimbatm | 2016-10-01 | 1 | -0/+3 |
| |\ | |||||
| | * | improvements from feedback | Eric Sagnes | 2016-09-28 | 1 | -4/+0 |
| | * | nixos-doc: add reviewing-contributions | Eric Sagnes | 2016-09-26 | 2 | -0/+7 |
| * | | Update broken link in CONTRIBUTING.md•••The current link returns a 404 error | Wink Saville | 2016-09-23 | 1 | -1/+1 |
| |/ | |||||
| * | PULL_REQUEST_TEMPLATE: rename chroot to sandbox•••See https://github.com/NixOS/nix/commit/b39622a487e2978bd32c9faf2f651aec1f9815c1 | Rushmore Mushambi | 2016-09-02 | 1 | -2/+2 |
| * | PR template: go back to old option name for now•••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. | Vladimír Čunát | 2016-06-29 | 1 | -2/+2 |
| * | Update PR template with motivation for changes•••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. | Daniel Peebles | 2016-05-24 | 1 | -0/+3 |
| * | github PR template: reformulate the sandboxing help•••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 | Vladimír Čunát | 2016-04-26 | 1 | -1/+4 |
| * | nixos: rename chroot* to sandbox*•••On Nix side this was done months ago: https://github.com/NixOS/nix/pull/682 | Vladimír Čunát | 2016-04-25 | 1 | -1/+1 |
| * | fixup! Simplify contributing | zimbatm | 2016-04-09 | 1 | -1/+4 |
| * | Simplify contributing•••* Highlight the top mistakes directly in CONTRIBUTING.md * Remove unecessary cruft from the PR template | zimbatm | 2016-04-09 | 2 | -10/+16 |
| * | simplify ISSUE_TEMPLATE | Jakob Gillich | 2016-03-31 | 1 | -10/+6 |
| * | .github/PULL_REQUEST_TEMPLATE.md: use individual checkboxes for tested OSes | Nathan Zadoks | 2016-03-16 | 1 | -1/+4 |
| * | PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406 | Domen Kožar | 2016-02-28 | 1 | -2/+3 |
| * | PULL_REQUEST_TEMPLATE.md: clarify a few things | Domen Kožar | 2016-02-28 | 1 | -8/+10 |
| * | ISSUE_TEMPLATE.md: Tweak | Eelco Dolstra | 2016-02-23 | 1 | -1/+1 |
| * | Merge pull request #13388 from spacefrogg/contributing-fix•••CONTRIBUTING.md: Fix link to COPYING | Domen Kožar | 2016-02-23 | 1 | -1/+1 |
| |\ | |||||
| | * | CONTRIBUTING.md: Fix link to COPYING | Michael Raitza | 2016-02-23 | 1 | -1/+1 |
| * | | .github/ISSUE_TEMPLATE.md - get more information•••The goal is to get all the necessary information from the reporter upfront. Too many times the issues submits and we need to do a round of asking before we can get close to a solution. | zimbatm | 2016-02-23 | 1 | -0/+17 |
| |/ | |||||
| * | Merge pull request #13100 from jagajaga/improvements•••PULL_REQUEST_TEMPLATE: init | Arseniy Seroka | 2016-02-22 | 1 | -0/+15 |
| |\ | |||||
| | * | PULL_REQUEST_TEMPLATE: init | Arseniy Seroka | 2016-02-22 | 1 | -0/+15 |
| * | Move CONTRIBUTING.md to .github•••See https://github.com/blog/2111-issue-and-pull-request-templates. | Eelco Dolstra | 2016-02-19 | 1 | -0/+15 |
