summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2017-02-06CONTRIBUTING.md: improve commit message guidelinesHannu Hartikainen
Add a brief request for expressing the motivation for a change. Change the example commit messages to match. Resolves #19126.
2016-11-24CONTRIBUTING.md: switch to a link that actually worksVladimír Čunát
Fixes #20594.
2016-11-04Update PULL_REQUEST_TEMPLATE.mdIgnat Loskutov
Follow the rebranding of OS X into macOS
2016-10-01Merge pull request #18972 from ericsagnes/doc/reviewing-contributionszimbatm
[WIP] nixos-doc: add reviewing contributions chapter
2016-09-28improvements from feedbackEric Sagnes
2016-09-26nixos-doc: add reviewing-contributionsEric Sagnes
2016-09-23Update broken link in CONTRIBUTING.mdWink Saville
The current link returns a 404 error
2016-09-02PULL_REQUEST_TEMPLATE: rename chroot to sandboxRushmore Mushambi
See https://github.com/NixOS/nix/commit/b39622a487e2978bd32c9faf2f651aec1f9815c1
2016-06-29PR template: go back to old option name for nowVladimír Čunát
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 Peebles
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át
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át
On Nix side this was done months ago: https://github.com/NixOS/nix/pull/682
2016-04-09fixup! Simplify contributingzimbatm
2016-04-09Simplify contributingzimbatm
* Highlight the top mistakes directly in CONTRIBUTING.md * Remove unecessary cruft from the PR template
2016-03-31simplify ISSUE_TEMPLATEJakob Gillich
2016-03-16.github/PULL_REQUEST_TEMPLATE.md: use individual checkboxes for tested OSesNathan Zadoks
2016-02-28PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406Domen Kožar
2016-02-28PULL_REQUEST_TEMPLATE.md: clarify a few thingsDomen Kožar
2016-02-23ISSUE_TEMPLATE.md: TweakEelco Dolstra
2016-02-23Merge pull request #13388 from spacefrogg/contributing-fixDomen Kožar
CONTRIBUTING.md: Fix link to COPYING
2016-02-23CONTRIBUTING.md: Fix link to COPYINGMichael Raitza
2016-02-23.github/ISSUE_TEMPLATE.md - get more informationzimbatm
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 Seroka
PULL_REQUEST_TEMPLATE: init
2016-02-22PULL_REQUEST_TEMPLATE: initArseniy Seroka
2016-02-19Move CONTRIBUTING.md to .githubEelco Dolstra
See https://github.com/blog/2111-issue-and-pull-request-templates.