summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
...
* Merge pull request #27499 from FRidh/codeownersFrederik Rietdijk2017-07-30
|\ | | | | CODEOWNERS file for review requests
| * CODEOWNERS file for review requestsFrederik Rietdijk2017-07-28
| | | | | | | | | | | | | | 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.
* | PULL_REQUEST_TEMPLATE.md: mereley -> merelyYegor Timoshenko2017-07-28
|/
* Pull request template: clarify the purpose of the templateFrederik Rietdijk2017-07-22
|
* CONTRIBUTING.md: suggest "nixos/<module>" prefix for NixOS changesBjørn Forsman2017-07-22
| | | | | | | | | 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.
* github/pr-template: Add note about NixOS testsaszlig2017-06-23
| | | | | | | | | | | 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>
* github issue template: add sandboxing infoAlexey Shmalko2017-05-01
|
* CONTRIBUTING.md: improve commit message guidelinesHannu Hartikainen2017-02-06
| | | | | Add a brief request for expressing the motivation for a change. Change the example commit messages to match. Resolves #19126.
* CONTRIBUTING.md: switch to a link that actually worksVladimír Čunát2016-11-24
| | | | Fixes #20594.
* Update PULL_REQUEST_TEMPLATE.mdIgnat Loskutov2016-11-04
| | | Follow the rebranding of OS X into macOS
* Merge pull request #18972 from ericsagnes/doc/reviewing-contributionszimbatm2016-10-01
|\ | | | | [WIP] nixos-doc: add reviewing contributions chapter
| * improvements from feedbackEric Sagnes2016-09-28
| |
| * nixos-doc: add reviewing-contributionsEric Sagnes2016-09-26
| |
* | Update broken link in CONTRIBUTING.mdWink Saville2016-09-23
|/ | | | The current link returns a 404 error
* PULL_REQUEST_TEMPLATE: rename chroot to sandboxRushmore Mushambi2016-09-02
| | | See https://github.com/NixOS/nix/commit/b39622a487e2978bd32c9faf2f651aec1f9815c1
* PR template: go back to old option name for nowVladimír Čunát2016-06-29
| | | | | 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.
* Update PR template with motivation for changesDaniel Peebles2016-05-24
| | | 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.
* github PR template: reformulate the sandboxing helpVladimír Čunát2016-04-26
| | | | | | | 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
* nixos: rename chroot* to sandbox*Vladimír Čunát2016-04-25
| | | | | On Nix side this was done months ago: https://github.com/NixOS/nix/pull/682
* fixup! Simplify contributingzimbatm2016-04-09
|
* Simplify contributingzimbatm2016-04-09
| | | | | * Highlight the top mistakes directly in CONTRIBUTING.md * Remove unecessary cruft from the PR template
* simplify ISSUE_TEMPLATEJakob Gillich2016-03-31
|
* .github/PULL_REQUEST_TEMPLATE.md: use individual checkboxes for tested OSesNathan Zadoks2016-03-16
|
* PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406Domen Kožar2016-02-28
|
* PULL_REQUEST_TEMPLATE.md: clarify a few thingsDomen Kožar2016-02-28
|
* ISSUE_TEMPLATE.md: TweakEelco Dolstra2016-02-23
|
* Merge pull request #13388 from spacefrogg/contributing-fixDomen Kožar2016-02-23
|\ | | | | CONTRIBUTING.md: Fix link to COPYING
| * CONTRIBUTING.md: Fix link to COPYINGMichael Raitza2016-02-23
| |
* | .github/ISSUE_TEMPLATE.md - get more informationzimbatm2016-02-23
|/ | | | | | 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.
* Merge pull request #13100 from jagajaga/improvementsArseniy Seroka2016-02-22
|\ | | | | PULL_REQUEST_TEMPLATE: init
| * PULL_REQUEST_TEMPLATE: initArseniy Seroka2016-02-22
|
* Move CONTRIBUTING.md to .githubEelco Dolstra2016-02-19
See https://github.com/blog/2111-issue-and-pull-request-templates.