summaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #58098 from Infinisil/encouraging_reviews•••PULL_REQUEST_TEMPLATE: Add encouragement to review PRsworldofpeace2019-04-041-0/+1
|\
| * PULL_REQUEST_TEMPLATE: Add encouragement to review PRsSilvan Mosberger2019-03-281-1/+1
* | CODEOWNERS: I'd rather not review Haskell PRs any morePeter Simons2019-03-301-5/+5
* | doc/reviewing-contributions: nix-review instead of nox-review•••It is faster, handles more edge cases and allows to test/review the built packages interactively. Jörg Thalheim2019-03-201-2/+1
|/
* .github/CODEOWNERS: remove @ryantm from haskell•••I'm happy to keep helping out with Haskell infrastructure where I can, but I don't have a good system for handling the accidental codeowner pings caused by target branch switches. Ryan Mulligan2019-02-281-5/+5
* codeowners: fix reference to renamed fileFrederik Rietdijk2018-12-261-1/+1
* CODEOWNERS: add @volth to Perlvolth2018-12-211-0/+5
* CODEOWNERS: add @alyssais (me) to RubyAlyssa Ross2018-12-201-2/+2
* PULL_REQUEST_TEMPLATE: Ask for docsNiklas Hambüchen2018-11-221-0/+1
* CODEOWNERS: add mboes and Profpatsch for bazel packaging•••There is an elevated commercial interest of keeping the bazel ecosystem up-to-date, Tweag I/O takes on maintainership. Philip Patsch2018-11-211-0/+3
* Merge pull request #50183 from Infinisil/idris-codeowners•••.github/CODEOWNERS: Add infinisil to idris-modulesSilvan Mosberger2018-11-141-0/+3
|\
| * .github/CODEOWNERS: Add infinisil to idris-modulesSilvan Mosberger2018-11-101-0/+3
* | .github/CODEOWNERS: Add infinisil to NixOS modulesSilvan Mosberger2018-11-101-0/+3
|/
* Add dhallPackages and add current Prelude•••Dhall is a non-turing complete programming language. Profpatsch2018-11-041-0/+4
* Add myself to a few CODEOWNERS pathsMatthew Bauer2018-11-021-4/+14
* .github/CODEOWNERS: add myself as the PostgreSQL owner•••Since the development of #38698, I have been radically overhauling the PostgreSQL support and plan on maintaining it in the long run, taking over from @ocharles, who authored most of it initially. However, while #38698 has not been merged (yet), I'm taking the time to go ahead and add myself as the owner of all the related code, so that I can be marked as a reviewer for things people submit in the mean time. Signed-off-by: Austin Seipp <aseipp@pobox.com> Austin Seipp2018-11-021-0/+6
* CONTRIBUTING.md: Clarify clarification on periods•••Commit 9428c28f7a37038b594c5ff36b1669b0f21afe41 added a note in `CONTRIBUTING.md` saying that, "For consistency, there should not be a period at the end of the commit message." I believe it would be more correct (with respect to consistency) to say that there should not be a full stop/period at the end of the commit message's *summary line* (the first line of the commit message) (indeed, the example commit message just above this note clearly does use full stops outside of its summary line), and this patch changes `CONTRIBUTING.md` accordingly. c74d2018-10-101-1/+1
* CONTRIBUTING.md: add clarification on periods in commit messagesjoncojonathan2018-10-081-0/+2
* treewide: remove mailing list referencesRyan Mulligan2018-08-231-1/+1
* .github/CODEOWNERS: Add myself as for some stdenv stuffJohn Ericson2018-08-111-1/+2
* .github/CODEOWNERS: add basvandijk to HaskellBas van Dijk2018-07-231-5/+5
* .github/CODEOWNERS: add ryantm to HaskellRyan Mulligan2018-07-211-5/+5
* .github/CODEOWNERS: remove tabsRyan Mulligan2018-07-211-4/+4
* PULL_REQUEST_TEMPLATE.md: Ask for closure size impactEelco Dolstra2018-06-211-0/+1
* use sandbox instead of build-use-sandboxBob van der Linden2018-05-301-1/+1
* FRidh as owner of update-python-librariesFrederik Rietdijk2018-05-281-4/+5
* CODEOWNERS: add Profpatsch to lib/debug.nix•••Reason: has overhauled the module quite substantially. Profpatsch2018-04-271-0/+1
* CODEOWNERS: add Mic92/LnL7 for rustc•••Mic92: linux-x86_64, linux-aarch64 LnL7: for macOS-x86_64 Jörg Thalheim2018-04-091-0/+3
* CODEOWNERS: Add Profpatsch to /lib/generators.nix•••I’d like to be notified of changes so I can ensure the API always follows the same patterns. Later (more specific) files replace more general codeowners [according to the documentation](https://help.github.com/articles/about-codeowners/), so I also listed `edolstra` and `nbp` again.Profpatsch2018-03-241-0/+1
* meta: fix fallout from #36275Matthew Bauer2018-03-181-1/+0
* CODEOWNERS: Make @orivej a {cc,bintools}-wrapper codeownerJohn Ericson2018-01-191-3/+3
* CODEOWNERS cleanup•••I haven't worked on stdenv etc. in a long time. Eelco Dolstra2018-01-191-5/+5
* CODEOWNERS: Add me, @Ericson2314, to a few thingsJohn Ericson2017-12-181-8/+9
* CODEOWNERS: Add ttuegel for Qt / KDEThomas Tuegel2017-12-071-0/+6
* CODEOWNERS: exclude lib/licenses.nixYegor Timoshenko2017-11-161-0/+1
* Merge pull request #31534 from yegortimoshenko/patch-7•••CODEOWNERS: exclude lib/maintainers.nixOrivej Desh2017-11-161-0/+3
|\
| * CODEOWNERS: exclude lib/maintainers.nix•••Resolves #31401.Yegor Timoshenko2017-11-111-0/+3
* | ISSUE_TEMPLATE: replace technical details withh nix-infoGraham Christensen2017-11-131-4/+2
* | CONTRIBUTING.md: be more precise what is meant by formatting commitsJoerg Thalheim2017-11-131-4/+4
|/
* CODEOWNERS: fix path notation•••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. zimbatm2017-11-011-48/+48
* Flag my-self as owner of Nixpkgs and NixOS internalsNicolas B. Pierron2017-11-011-1/+25
* CODEOWNERS: fix path matchingzimbatm2017-10-301-2/+2
* CODEOWNERS: add zimbatm to ruby moduleszimbatm2017-10-301-0/+4
* Merge pull request #29668 from vyp/doc/contributing.md•••CONTRIBUTING.md: mention that the meta.license and meta.maintainers attributes must be setJoachim F2017-10-281-4/+7
|\
| * CONTRIBUTING.md: license should default to unfree if there is no•••upstream license xd1le2017-10-091-0/+1
| * CONTRIBUTING.md: mention that the meta.license and meta.maintainers•••attributes must be set xd1le2017-09-221-4/+6
* | Update CODEOWNERS to use darwin-maintainers team•••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-maintainersMatthew Justin Bauer2017-10-121-3/+2
* | pr template: make values of platform field less ambiguousMaxime Dénès2017-10-091-1/+1
* | CODEOWNERS: add @rycee for Eclipse IDERobert Helgesson2017-10-051-0/+3
* | CODEOWNERS: jetbrainsEdward Tjörnhammar2017-09-191-0/+3
|/