summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2017-11-01CODEOWNERS: fix path notationzimbatm1-48/+48
This format uses the path matching algorithm as the .gitignore format. The paths need to be prefixed with a / to become absolute, otherwise it will match all of these files. The paths will also match any of the sub-paths by default so it's not necessary to use the `*` like in bash globbing.
2017-11-01Flag my-self as owner of Nixpkgs and NixOS internalsNicolas B. Pierron1-1/+25
2017-10-30CODEOWNERS: fix path matchingzimbatm1-2/+2
2017-10-30CODEOWNERS: add zimbatm to ruby moduleszimbatm1-0/+4
2017-10-28Merge pull request #29668 from vyp/doc/contributing.mdJoachim F1-5/+8
CONTRIBUTING.md: mention that the meta.license and meta.maintainers attributes must be set
2017-10-12Update CODEOWNERS to use darwin-maintainers teamMatthew Justin Bauer1-3/+2
This sets up the Darwin-maintainers team as CODEOWNERS for Darwin paths. So anyone in that team will get notified (instead of just listing individuals). /cc @org/darwin-maintainers
2017-10-09pr template: make values of platform field less ambiguousMaxime Dénès1-1/+1
2017-10-09CONTRIBUTING.md: license should default to unfree if there is noxd1le1-0/+1
upstream license
2017-10-05CODEOWNERS: add @rycee for Eclipse IDERobert Helgesson1-0/+3
2017-09-22CONTRIBUTING.md: mention that the meta.license and meta.maintainersxd1le1-4/+6
attributes must be set
2017-09-19CODEOWNERS: jetbrainsEdward Tjörnhammar1-0/+3
2017-09-13Remove Profpatsch from the CODEOWNERS fileProfpatsch1-3/+3
Since CODEOWNERS shall be interpreted as actual ownership (and not just a mentionbot replacement), I will remove myself again.
2017-09-11Add gleber to CODEOWNERs of beam-related packages.Gleb Peregud1-0/+9
2017-09-07Set ownership of CODEOWNERSEelco Dolstra1-0/+3
2017-09-07Change owner of stdenv and libEelco Dolstra1-6/+3
2017-09-07CODEOWNERS: (align-regexp "@") my code blocksPeter Simons1-6/+6
2017-09-07CODEOWNERS: tabs are evilPeter Simons1-9/+9
2017-09-07CODEOWNERS: add peti for R-related codePeter Simons1-0/+4
2017-09-07CODEOWNERS: add peti for Haskell-related codePeter Simons1-3/+5
2017-09-07CODEOWNERS: add Profpatsch to various pathsProfpatsch1-3/+14
2017-09-03pr template: make formatting consistentPiotr Bogdan1-4/+1
2017-09-01documentation: use modern Firefox version in exampleDmitry Kalinkin1-1/+1
2017-08-12Pull request template: comment out instructionsLinus Heckemann1-1/+1
2017-07-31Add myself to CODEOWNERS, and use tab consistentlyJohn Ericson1-4/+7
2017-07-30Merge pull request #27499 from FRidh/codeownersFrederik Rietdijk1-0/+20
CODEOWNERS file for review requests
2017-07-28PULL_REQUEST_TEMPLATE.md: mereley -> merelyYegor Timoshenko1-1/+1
2017-07-28CODEOWNERS file for review requestsFrederik Rietdijk1-0/+20
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.
2017-07-22Pull request template: clarify the purpose of the templateFrederik Rietdijk1-0/+2
2017-07-22CONTRIBUTING.md: suggest "nixos/<module>" prefix for NixOS changesBjørn Forsman1-3/+3
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.
2017-06-23github/pr-template: Add note about NixOS testsaszlig1-0/+1
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>
2017-05-01github issue template: add sandboxing infoAlexey Shmalko1-0/+1
2017-02-06CONTRIBUTING.md: improve commit message guidelinesHannu Hartikainen1-1/+15
Add a brief request for expressing the motivation for a change. Change the example commit messages to match. Resolves #19126.
2016-11-24CONTRIBUTING.md: switch to a link that actually worksVladimír Čunát1-1/+1
Fixes #20594.
2016-11-04Update PULL_REQUEST_TEMPLATE.mdIgnat Loskutov1-1/+1
Follow the rebranding of OS X into macOS
2016-10-01Merge pull request #18972 from ericsagnes/doc/reviewing-contributionszimbatm1-0/+3
[WIP] nixos-doc: add reviewing contributions chapter
2016-09-28improvements from feedbackEric Sagnes1-4/+0
2016-09-26nixos-doc: add reviewing-contributionsEric Sagnes2-0/+7
2016-09-23Update broken link in CONTRIBUTING.mdWink Saville1-1/+1
The current link returns a 404 error
2016-09-02PULL_REQUEST_TEMPLATE: rename chroot to sandboxRushmore Mushambi1-2/+2
See https://github.com/NixOS/nix/commit/b39622a487e2978bd32c9faf2f651aec1f9815c1
2016-06-29PR template: go back to old option name for nowVladimír Čunát1-2/+2
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 Peebles1-0/+3
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át1-1/+4
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át1-1/+1
On Nix side this was done months ago: https://github.com/NixOS/nix/pull/682
2016-04-09fixup! Simplify contributingzimbatm1-1/+4
2016-04-09Simplify contributingzimbatm2-10/+16
* Highlight the top mistakes directly in CONTRIBUTING.md * Remove unecessary cruft from the PR template
2016-03-31simplify ISSUE_TEMPLATEJakob Gillich1-10/+6
2016-03-16.github/PULL_REQUEST_TEMPLATE.md: use individual checkboxes for tested OSesNathan Zadoks1-1/+4
2016-02-28PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406Domen Kožar1-2/+3
2016-02-28PULL_REQUEST_TEMPLATE.md: clarify a few thingsDomen Kožar1-8/+10
2016-02-23ISSUE_TEMPLATE.md: TweakEelco Dolstra1-1/+1