about summary refs log tree commit diff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
...
* CONTRIBUTING.md: Clarify guidelines for `meta.description`Jean-Paul Calderone2023-04-24
|
* nixos/manual: remove md-to-dbpennae2023-02-10
| | | | | | with manual chapters no longer needing pandoc for their conversion to xml we can get rid of this source of confusion, and its huge cache of xml files.
* CONTRIBUTING.md: clarify some directives about `meta` attributesAndersonTorres2022-12-31
|
* CONTRIBUTING: add links to online resourcesSandro Jäckel2022-12-24
|
* treewide: fix typosfigsoda2022-12-17
|
* CONTRIBUTING: loose squash merging rules (#204988)Sandro2022-12-14
| | | Co-authored-by: Naïm Favier <n@monade.li>
* Merge pull request #196153 from ncfavier/contributing-no-squashNaïm Favier2022-12-02
|\
| * CONTRIBUTING.md: "no squash merges"Naïm Favier2022-10-15
| |
* | Release NixOS 22.11Martin Weinelt2022-11-30
| |
* | CONTRIBUTING: Reference release notes in package bumpsMartin Weinelt2022-11-14
|/ | | | | | | | | | | | | | | This change improves the recommendation for good commit messages to include release notes on package bumps. Including the release notes increases the likelihood that they will be taken into consideration during review. Having them included in the review is important to be able to judge whether changes made during a version bump are sensible, sufficient or complete. The burden of retrieving the release notes for arbitrary package bumps should not rest on the relatively small group of reviewers. Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* Merge #175352: CONTRIBUTING.md: simplify rebasing instructionspiegames2022-08-15
|\
| * CONTRIBUTING.md: simplify rebasing instructionsNaïm Favier2022-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes the instructions easier to remember (and type) using the `git rebase --onto A...B` syntax to find the merge base between A and B (which has been in git for at least 10 years). We also assume that the merge base between staging and master is also the merge base between staging and the current branch (since it is based on master), and giving master as the <upstream> branch makes git consider the commits in the current branch that are not in master, so there's no need to compute the merge base between master and the current branch. In the same spirit of discouraging copy-and-paste, use a placeholder name for the current branch instead of `$(git branch --show-current)`.
* | CONTRIBUTING.md: use 22.05 as target branch for backportsMarkus S. Wamser2022-05-31
| |
* | Release 22.05Janne Heß2022-05-30
|/
* CONTRIBUTING.md: document using labels for backportingArnout Engelen2022-05-28
|
* CONTRIBUTING.md: encourage linking release notes on updatesMartin Weinelt2022-04-05
| | | | | Makes it easier for reviewers to look through the changes and is a sane default to reference if one exists.
* fixup! CONTRIBUTING: rebase master to staging without pinging peopleMartin Weinelt2022-04-03
|
* CONTRIBUTING: rebase master to staging without pinging peopleJörg Thalheim2022-03-30
| | | | | Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de> Co-Authored-By: Janne Heß <janne@hess.ooo>
* CONTRIBUTING: Make clearer where branch policy can be foundNiklas Hambüchen2022-01-04
|
* .github/PULL_REQUEST_TEMPLATE.md, CONTRIBUTING.md: 21.11 -> 22.05 (#147977)Bobby Rong2021-11-30
| | | | | * .github/PULL_REQUEST_TEMPLATE.md: 21.11 -> 22.05 * CONTRIBUTING.md: 21.11 -> 22.05
* CONTRIBUTING.md: fix link to COPYINGSmittyvb2021-08-10
| | | | The current link 404s when viewed on GitHub due to using a relative path that refers to an upper directory.
* CONTRIBUTING.md: Move to repo root, where it is more visible.Niklas Hambüchen2021-06-26
| | | | | | | We found that many users found it difficult to locate this document. Github supports it in the root, see: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
* Move CONTRIBUTING.md to .githubEelco Dolstra2016-02-19
| | | | See https://github.com/blog/2111-issue-and-pull-request-templates.
* CONTRIBUTING.md: add a notice about licensingVladimír Čunát2015-12-19
| | | | This suplements changes from #11557; see the long discussion.
* CONTRIBUTING: link to latest hydra build of nixpkgs manualLuca Bruno2015-07-14
|
* Move the details from CONTRIBUTING.md to the manual #8734Cillian de Róiste2015-07-12
|
* CONTRIBUTING.md: Some minor clean-upsdevhell2015-07-10
|
* CONTRIBUTING: add some notes about commit policyLuca Bruno2015-07-10
|
* CONTRIBUTING.md: fix typosArseniy Seroka2015-06-21
|
* CONTRIBUTING.md: fix styleDomen Kožar2015-06-21
|
* CONTRIBUTING.md: mostly style fixesDomen Kožar2015-06-21
|
* CONTRIBUTING.md: fix examplesArseniy Seroka2015-06-21
|
* fix typos in CONTRIBUTING.mdAndrew Kelley2015-06-17
|
* CONTRIBUTING.md: initialArseniy Seroka2015-05-25