about summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
* .github/stale.yml: fix formattingRyan Mulligan2020-06-01
| | | | | | | | | | | | | | | | | | Before this, the message being written is: ``` Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly: 1. Search for maintainers and people that previously touched the related code and @ mention them in a comment. 2. Ask on the [NixOS Discourse](https://discourse.nixos.org/). 3. Ask on the [#nixos channel](irc://irc.freenode.net/#nixos) on [irc.freenode.net](https://freenode.net). ``` Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com> .github/stale.yml: fix newlines
* .github/stale.yml: quote labelszowoq2020-06-01
|
* actions/editorconfig: disable until we can combine this with ofborg (#88608)Jörg Thalheim2020-05-22
| | | | | We cannot run this check now, as it marks CI as green even though ofborg has not evaluated it yet. In future we might be able to mark ofborg as a required test: https://github.com/NixOS/nixpkgs/pull/87853#issuecomment-632676824
* editorconfig.yml: suppress curl outputzowoq2020-05-21
|
* editorconfig.yml: switch to binaryzowoq2020-05-21
|
* GitHub Actions: check editorconfig in PRszowoq2020-05-20
|
* CODEOWNERS: Move code ownership to php maintainer teamElis Hirwing2020-05-16
|
* .github/CODEOWNERS: add podman teamzowoq2020-05-16
|
* github/CODEOWNERS: Add myself to updatersJan Tojnar2020-05-13
|
* treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak2020-05-03
| | | | | tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
* codeowners: Add etu as owner of php testsElis Hirwing2020-04-29
|
* Revert "PHP maintainer team"Elis Hirwing2020-04-29
|
* Merge pull request #85575 from etu/php-maintainer-teamElis Hirwing2020-04-29
|\ | | | | PHP maintainer team
| * codeowners: Add etu as owner of php testsElis Hirwing2020-04-22
| |
* | Merge pull request #86110 from Mic92/pr-templateJörg Thalheim2020-04-27
|\ \ | | | | | | PULL_REQUEST_TEMPLATE: try to simplify call-for-review
| * | PULL_REQUEST_TEMPLATE: try to simplify call-for-reviewJörg Thalheim2020-04-27
| | | | | | | | | | | | | | | | | | The text is quite long and hard to read in hub (because it is one whole line with no line breaks). Also simplified the language/sentence structure a bit for non-native speakers.
* | | Merge pull request #85727 from davidak/patch-2Jörg Thalheim2020-04-27
|\ \ \ | |/ / |/| |
| * | CONTRIBUTING.md: Improve backport instructionsdavidak2020-04-26
| |/
* / .github/CODEOWNERS: Remove myself as codeowner from some pathsSilvan Mosberger2020-04-23
|/ | | | It's a bit too spammy!
* Merge pull request #85186 from worldofpeace/20.03-readmeworldofpeace2020-04-20
|\ | | | | README.md: 20.03 release
| * CONTRIBUTING.md: 20.03worldofpeace2020-04-14
| |
* | bug_report.md: ask to notify maintainersworldofpeace2020-04-13
|/ | | | | | | | This is really essential thing that everyone should be doing. A few extra notifications won't hurt anyone, and we should be tracking issues to connect them to the best people who can handle them. Co-Authored-By: Cole Helbling <cole.e.helbling@outlook.com>
* Merge pull request #83896 from etu/slim-down-default-php-v3Elis Hirwing2020-04-05
|\ | | | | PHP: Make the default package more sane [v3]
| * doc/php: Add initial documentation for PHPElis Hirwing2020-04-05
| |
* | .github/CODEOWNERS: remove myself from itzimbatm2020-04-01
|/ | | | ofborg does a better job at assigning people
* .github/CODEOWNERS: remove myself from the Haskell code ownersBas van Dijk2020-02-21
|
* CODEOWNERS: add lassulus and Profpatsch to build-support/writersProfpatsch2020-02-18
|
* Merge pull request #77806 from softinio/update-codeownersMario Rodas2020-01-29
|\ | | | | Add myself as vim plugins codeowner
| * Add myself as vim plugins codeownerSalar Rahmanian2020-01-15
| |
* | CODEOWNERS: add Profpatsch to /lib/cli.nix and /lib/asserts.nixProfpatsch2020-01-23
| |
* | CONTRIBUTING.md: add section "Backporting changes"Leonhard Markert2020-01-13
|/
* Merge pull request #70208 from mrVanDalo/feature/pull-request-workflowLassulus2020-01-10
|\ | | | | doc : improve and cleanup of submitting-changes
| * .github: remove cc from pull-request templateIngolf Wagner2020-01-03
| |
* | CODEOWNERS: add myself to pkgs/build-support/rustAndreas Rammhold2020-01-07
| |
* | ISSUE_TEMPLATE: 'nix run' -> 'nix-shell -p'Eelco Dolstra2020-01-05
| | | | | | | | 'nix run' is an experimental command.
* | codeowners: Add infinisil to some more pathsSilvan Mosberger2020-01-01
|/
* nixpkgs-review: 2.1.0 -> 2.1.1Jörg Thalheim2019-12-22
| | | | changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.1.1
* Update CONTRIBUTING.mdDavid Kleuker2019-12-04
| | | | to reflect the introduction of issue templates
* codeowners: add tfc as test-driver ownerJacek Galowicz2019-11-25
|
* codeowners: add etu as php ownerAaron Andersen2019-11-22
|
* Add configuration for GitHub stale botRyan Mulligan2019-11-14
| | | | | | | | The configuration added is taken from RFC 0051, and is the first step toward implementing it. Next, we will have to enable the stale bot by installing the GitHub application. https://github.com/NixOS/rfcs/blob/master/rfcs/0051-mark-stale-issues.md
* codeowners: add jonringer as vimplugin and vscode ext ownerJonathan Ringer2019-10-30
|
* .github: clarify things done re: sandboxingAmerico2019-10-30
| | | | | | | | | | | Per https://github.com/NixOS/nixpkgs/pull/58147#issuecomment-478234495 sandboxing is not fully functional on macOS. .github: specify where sandboxing can be run Co-Authored-By: Jon <jonringer@users.noreply.github.com> .github: remove macOS note
* Fix link in PULL_REQUEST_TEMPLATE.md (the same link)Vladimír Čunát2019-10-28
|
* Fix link in CONTRIBUTING.mdDavid Kleuker2019-10-28
|
* codeowners: add jonringer as python packages codeownerJonathan Ringer2019-10-18
|
* 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
|