summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2016-06-29PR template: go back to old option name for nowVladimír Čunát1-2/+2
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.
2016-05-24Update PR template with motivation for changesDaniel Peebles1-0/+3
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.
2016-04-26github PR template: reformulate the sandboxing helpVladimír Čunát1-1/+4
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
2016-04-25nixos: rename chroot* to sandbox*Vladimír Čunát1-1/+1
On Nix side this was done months ago: https://github.com/NixOS/nix/pull/682
2016-04-09fixup! Simplify contributingzimbatm1-1/+4
2016-04-09Simplify contributingzimbatm2-10/+16
* Highlight the top mistakes directly in CONTRIBUTING.md * Remove unecessary cruft from the PR template
2016-03-31simplify ISSUE_TEMPLATEJakob Gillich1-10/+6
2016-03-16.github/PULL_REQUEST_TEMPLATE.md: use individual checkboxes for tested OSesNathan Zadoks1-1/+4
2016-02-28PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406Domen Kožar1-2/+3
2016-02-28PULL_REQUEST_TEMPLATE.md: clarify a few thingsDomen Kožar1-8/+10
2016-02-23ISSUE_TEMPLATE.md: TweakEelco Dolstra1-1/+1
2016-02-23Merge pull request #13388 from spacefrogg/contributing-fixDomen Kožar1-1/+1
CONTRIBUTING.md: Fix link to COPYING
2016-02-23CONTRIBUTING.md: Fix link to COPYINGMichael Raitza1-1/+1
2016-02-23.github/ISSUE_TEMPLATE.md - get more informationzimbatm1-0/+17
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.
2016-02-22Merge pull request #13100 from jagajaga/improvementsArseniy Seroka1-0/+15
PULL_REQUEST_TEMPLATE: init
2016-02-22PULL_REQUEST_TEMPLATE: initArseniy Seroka1-0/+15
2016-02-19Move CONTRIBUTING.md to .githubEelco Dolstra1-0/+15
See https://github.com/blog/2111-issue-and-pull-request-templates.