about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
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
2016-02-23Merge pull request #13388 from spacefrogg/contributing-fixDomen Kožar1-1/+1
CONTRIBUTING.md: Fix link to COPYING
2016-02-23CONTRIBUTING.md: Fix link to COPYINGMichael Raitza1-1/+1
2016-02-23.github/ISSUE_TEMPLATE.md - get more informationzimbatm1-0/+17
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.
2016-02-22Merge pull request #13100 from jagajaga/improvementsArseniy Seroka1-0/+15
PULL_REQUEST_TEMPLATE: init
2016-02-22PULL_REQUEST_TEMPLATE: initArseniy Seroka1-0/+15
2016-02-19Move CONTRIBUTING.md to .githubEelco Dolstra1-0/+15
See https://github.com/blog/2111-issue-and-pull-request-templates.