summaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Expand)AuthorAgeFilesLines
* pr template: make formatting consistent•••(cherry picked from commit e221d945ad2b31574e56aec4a4fbdd4dc40881ee) Piotr Bogdan2017-09-041-4/+1
* documentation: use modern Firefox version in example•••(cherry picked from commit b6a1e439e14b50874b5bc42207ed666862771eee) Dmitry Kalinkin2017-09-021-1/+1
* Pull request template: comment out instructionsLinus Heckemann2017-08-121-1/+1
* Add myself to CODEOWNERS, and use tab consistentlyJohn Ericson2017-07-311-4/+7
* Merge pull request #27499 from FRidh/codeowners•••CODEOWNERS file for review requestsFrederik Rietdijk2017-07-301-0/+20
|\
| * CODEOWNERS file for review requests•••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. Frederik Rietdijk2017-07-281-0/+20
* | PULL_REQUEST_TEMPLATE.md: mereley -> merelyYegor Timoshenko2017-07-281-1/+1
|/
* Pull request template: clarify the purpose of the templateFrederik Rietdijk2017-07-221-0/+2
* CONTRIBUTING.md: suggest "nixos/<module>" prefix for NixOS changes•••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. Bjørn Forsman2017-07-221-3/+3
* github/pr-template: Add note about NixOS tests•••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> aszlig2017-06-231-0/+1
* github issue template: add sandboxing infoAlexey Shmalko2017-05-011-0/+1
* CONTRIBUTING.md: improve commit message guidelines•••Add a brief request for expressing the motivation for a change. Change the example commit messages to match. Resolves #19126.Hannu Hartikainen2017-02-061-1/+15
* CONTRIBUTING.md: switch to a link that actually works•••Fixes #20594. Vladimír Čunát2016-11-241-1/+1
* Update PULL_REQUEST_TEMPLATE.md•••Follow the rebranding of OS X into macOSIgnat Loskutov2016-11-041-1/+1
* Merge pull request #18972 from ericsagnes/doc/reviewing-contributions•••[WIP] nixos-doc: add reviewing contributions chapterzimbatm2016-10-011-0/+3
|\
| * improvements from feedbackEric Sagnes2016-09-281-4/+0
| * nixos-doc: add reviewing-contributionsEric Sagnes2016-09-262-0/+7
* | Update broken link in CONTRIBUTING.md•••The current link returns a 404 error Wink Saville2016-09-231-1/+1
|/
* PULL_REQUEST_TEMPLATE: rename chroot to sandbox•••See https://github.com/NixOS/nix/commit/b39622a487e2978bd32c9faf2f651aec1f9815c1Rushmore Mushambi2016-09-021-2/+2
* PR template: go back to old option name for now•••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. Vladimír Čunát2016-06-291-2/+2
* Update PR template with motivation for changes•••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.Daniel Peebles2016-05-241-0/+3
* github PR template: reformulate the sandboxing help•••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 Vladimír Čunát2016-04-261-1/+4
* nixos: rename chroot* to sandbox*•••On Nix side this was done months ago: https://github.com/NixOS/nix/pull/682 Vladimír Čunát2016-04-251-1/+1
* fixup! Simplify contributingzimbatm2016-04-091-1/+4
* Simplify contributing•••* Highlight the top mistakes directly in CONTRIBUTING.md * Remove unecessary cruft from the PR template zimbatm2016-04-092-10/+16
* simplify ISSUE_TEMPLATEJakob Gillich2016-03-311-10/+6
* .github/PULL_REQUEST_TEMPLATE.md: use individual checkboxes for tested OSesNathan Zadoks2016-03-161-1/+4
* PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406Domen Kožar2016-02-281-2/+3
* PULL_REQUEST_TEMPLATE.md: clarify a few thingsDomen Kožar2016-02-281-8/+10
* ISSUE_TEMPLATE.md: TweakEelco Dolstra2016-02-231-1/+1
* Merge pull request #13388 from spacefrogg/contributing-fix•••CONTRIBUTING.md: Fix link to COPYINGDomen Kožar2016-02-231-1/+1
|\
| * CONTRIBUTING.md: Fix link to COPYINGMichael Raitza2016-02-231-1/+1
* | .github/ISSUE_TEMPLATE.md - get more information•••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. zimbatm2016-02-231-0/+17
|/
* Merge pull request #13100 from jagajaga/improvements•••PULL_REQUEST_TEMPLATE: initArseniy Seroka2016-02-221-0/+15
|\
| * PULL_REQUEST_TEMPLATE: initArseniy Seroka2016-02-221-0/+15
* Move CONTRIBUTING.md to .github•••See https://github.com/blog/2111-issue-and-pull-request-templates. Eelco Dolstra2016-02-191-0/+15