summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
* codeowners: add cdepillabout to CODEOWNERS for Haskell-related packages(cdep)illabout2019-09-13
| | | | This commit adds myself as a CODEOWNER for the Haskell-related packages.
* CODEOWNERS: add myself as owner of ntp packagesAustin Seipp2019-09-12
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* CODEOWNERS: add myself for prometheus exportersWilliButz2019-09-12
|
* CODEOWNERS: Add myself as owner for emacsadisbladis2019-08-30
|
* CODEOWNERS: add myself as a reviewer for mail/dns related NixOS modulesPeter Simons2019-08-30
|
* PULL_REQUEST_TEMPLATE: Add "Notify maintainers" sectionSteven Shaw2019-07-30
|
* .github/ISSUE_TEMPLATE/security.md: removezimbatm2019-07-26
| | | | | since the .github/SECURITY.md was added in the org-level repo, there are now two entries in the list. So remove this-one.
* Remove .github/FUNDING.ymlzimbatm2019-07-23
| | | | | | The configuration is now done through the shared configuration repo: https://github.com/nixos/.github
* github: use the new issue template (#64983)zimbatm2019-07-22
| | | | | | | | | | | | | Create new categories for the issues: * Bug report * Packaging request * Security Add metadata information to the issues so that we may match issues to maintainers using a bot in the future. The old `.github/ISSUE_TEMPLATE.md` is being used by the "Open a regular issue." link.
* CODEOWNERS: add myself for lib/licenses.nixAlyssa Ross2019-07-20
| | | | | | | There have been a couple of instances where I have by chance noticed PRs which add non-free licenses without them being appropriately marked. I'd like to be notified of proposed changes to licenses to make it less likely that this sort of thing slips by.
* Update FUNDING.ymlDomen Kožar2019-07-17
|
* PULL_REQUEST_TEMPLATE: "Assured whether" -> "Ensured that"Craig Hall2019-07-01
|
* Add .github/FUNDING.ymlworldofpeace2019-05-31
|
* CODEOWNERS: Change me from all NixOS modules to just new onesSilvan Mosberger2019-05-01
|
* CODEOWNERS: add myself to files related to the hardened profileJoachim Fasting2019-04-18
| | | | | I'm listed as the maintainer for most of these already but would like to be notified on changes.
* 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
| |
* | CODEOWNERS: I'd rather not review Haskell PRs any morePeter Simons2019-03-30
| |
* | 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.
* .github/CODEOWNERS: remove @ryantm from haskellRyan Mulligan2019-02-28
| | | | | | 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.
* codeowners: fix reference to renamed fileFrederik Rietdijk2018-12-26
|
* CODEOWNERS: add @volth to Perlvolth2018-12-21
|
* CODEOWNERS: add @alyssais (me) to RubyAlyssa Ross2018-12-20
|
* PULL_REQUEST_TEMPLATE: Ask for docsNiklas Hambüchen2018-11-22
|
* CODEOWNERS: add mboes and Profpatsch for bazel packagingPhilip Patsch2018-11-21
| | | | | There is an elevated commercial interest of keeping the bazel ecosystem up-to-date, Tweag I/O takes on maintainership.
* Merge pull request #50183 from Infinisil/idris-codeownersSilvan Mosberger2018-11-14
|\ | | | | .github/CODEOWNERS: Add infinisil to idris-modules
| * .github/CODEOWNERS: Add infinisil to idris-modulesSilvan Mosberger2018-11-10
| |
* | .github/CODEOWNERS: Add infinisil to NixOS modulesSilvan Mosberger2018-11-10
|/
* Add dhallPackages and add current PreludeProfpatsch2018-11-04
| | | | Dhall is a non-turing complete programming language.
* Add myself to a few CODEOWNERS pathsMatthew Bauer2018-11-02
|
* .github/CODEOWNERS: add myself as the PostgreSQL ownerAustin Seipp2018-11-02
| | | | | | | | | | | | 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>
* CONTRIBUTING.md: Clarify clarification on periodsc74d2018-10-10
| | | | | | | | | | | | | 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.
* CONTRIBUTING.md: add clarification on periods in commit messagesjoncojonathan2018-10-08
|
* treewide: remove mailing list referencesRyan Mulligan2018-08-23
|
* .github/CODEOWNERS: Add myself as for some stdenv stuffJohn Ericson2018-08-11
|
* .github/CODEOWNERS: add basvandijk to HaskellBas van Dijk2018-07-23
|
* .github/CODEOWNERS: add ryantm to HaskellRyan Mulligan2018-07-21
|
* .github/CODEOWNERS: remove tabsRyan Mulligan2018-07-21
|
* PULL_REQUEST_TEMPLATE.md: Ask for closure size impactEelco Dolstra2018-06-21
|
* use sandbox instead of build-use-sandboxBob van der Linden2018-05-30
|
* FRidh as owner of update-python-librariesFrederik Rietdijk2018-05-28
|
* CODEOWNERS: add Profpatsch to lib/debug.nixProfpatsch2018-04-27
| | | | Reason: has overhauled the module quite substantially.
* CODEOWNERS: add Mic92/LnL7 for rustcJörg Thalheim2018-04-09
| | | | | Mic92: linux-x86_64, linux-aarch64 LnL7: for macOS-x86_64
* CODEOWNERS: Add Profpatsch to /lib/generators.nixProfpatsch2018-03-24
| | | | | 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.
* meta: fix fallout from #36275Matthew Bauer2018-03-18
|
* CODEOWNERS: Make @orivej a {cc,bintools}-wrapper codeownerJohn Ericson2018-01-19
|
* CODEOWNERS cleanupEelco Dolstra2018-01-19
| | | | I haven't worked on stdenv etc. in a long time.
* CODEOWNERS: Add me, @Ericson2314, to a few thingsJohn Ericson2017-12-18
|
* CODEOWNERS: Add ttuegel for Qt / KDEThomas Tuegel2017-12-07
|
* CODEOWNERS: exclude lib/licenses.nixYegor Timoshenko2017-11-16
|