summary refs log tree commit diff
path: root/.github/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
* CONTRIBUTING.md: add section "Backporting changes"Leonhard Markert2020-01-13
|
* Update CONTRIBUTING.mdDavid Kleuker2019-12-04
| | | | to reflect the introduction of issue templates
* Fix link in CONTRIBUTING.mdDavid Kleuker2019-10-28
|
* CONTRIBUTING.md: Clarify clarification on periodsc74d2018-10-10
| | | | | | | | | | | | | Commit 9428c28f7a37038b594c5ff36b1669b0f21afe41 added a note in `CONTRIBUTING.md` saying that, "For consistency, there should not be a period at the end of the commit message." I believe it would be more correct (with respect to consistency) to say that there should not be a full stop/period at the end of the commit message's *summary line* (the first line of the commit message) (indeed, the example commit message just above this note clearly does use full stops outside of its summary line), and this patch changes `CONTRIBUTING.md` accordingly.
* CONTRIBUTING.md: add clarification on periods in commit messagesjoncojonathan2018-10-08
|
* treewide: remove mailing list referencesRyan Mulligan2018-08-23
|
* CONTRIBUTING.md: be more precise what is meant by formatting commitsJoerg Thalheim2017-11-13
|
* CONTRIBUTING.md: license should default to unfree if there is noxd1le2017-10-09
| | | | upstream license
* CONTRIBUTING.md: mention that the meta.license and meta.maintainersxd1le2017-09-22
| | | | attributes must be set
* documentation: use modern Firefox version in exampleDmitry Kalinkin2017-09-01
|
* 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.
* 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.
* Merge pull request #18972 from ericsagnes/doc/reviewing-contributionszimbatm2016-10-01
|\ | | | | [WIP] nixos-doc: add reviewing contributions chapter
| * nixos-doc: add reviewing-contributionsEric Sagnes2016-09-26
| |
* | Update broken link in CONTRIBUTING.mdWink Saville2016-09-23
|/ | | | The current link returns a 404 error
* fixup! Simplify contributingzimbatm2016-04-09
|
* Simplify contributingzimbatm2016-04-09
| | | | | * Highlight the top mistakes directly in CONTRIBUTING.md * Remove unecessary cruft from the PR template
* CONTRIBUTING.md: Fix link to COPYINGMichael Raitza2016-02-23
|
* Move CONTRIBUTING.md to .githubEelco Dolstra2016-02-19
See https://github.com/blog/2111-issue-and-pull-request-templates.