summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md (follow)
Commit message (Expand)AuthorAgeFilesLines
* CONTRIBUTING: offer clearer guidelines about blocker vs. non-blocker issues (...•••We sometimes have reviews that are blocked because of miscommunication between author and reviewer, we make this clear so that reviewers and authors can refer to a block of "authoritative" text to unblock their own situations. Co-authored-by: Valentin Gagarin <valentin@gagarin.work>Ryan Lahfa2024-09-161-0/+16
* CONTRIBUTING.md: Update link to committers issueDionysis Grigoropoulos2024-09-101-1/+1
* CONTRIBUTING.md: Mention nixfmt instead of manual formatting rulesSilvan Mosberger2024-07-261-126/+1
* CONTRIBUTING.md: Editorconfig instead of manual descriptionSilvan Mosberger2024-07-261-3/+1
* CONTRIBUTING.md: point to the Matrix Staging roomEmily2024-07-231-1/+3
* CONTRIBUTING.md: allow using PRs to target `staging-next`Emily2024-07-231-1/+1
* CONTRIBUTING.md: Add nixpkgs-merge-bot usage paragraphFritz Otlinghaus2024-05-221-1/+8
* 24.05 is Vicuña24.11-preWeijia Wang2024-05-221-1/+1
* Remove mentions of documentation-reviewers team•••See also https://github.com/NixOS/nix.dev/pull/978 Silvan Mosberger2024-05-131-1/+1
* contributing: add link to rebasing+squashing•••contributing: update link to rebasing+squashing Marcelo Giles2024-04-201-0/+1
* treewide: Switch markdown placeholder from "..." to <...>•••We use angle brackets since they look a lot like a placeholder while also being valid nix code, as suggested by roberth here: https://github.com/NixOS/nixpkgs/pull/299554#discussion_r1541797970 Janne Heß2024-03-281-6/+6
* treewide: Fix all Nix ASTs in all markdown files•••This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only. Janne Heß2024-03-281-46/+58
* CONTRIBUTING.md: change table column order for staging•••The graph right above the table has the order as `master` ⇒ `staging-next` ⇒ `staging`. This corresponds with the workflow, i.e. automatic merges happen in that direction and the manual merging is in reverse direction of that. As a first time reader of this document the table was very confusing due to the disparity of that. With this change the table should read more fluently for people not familiar with the workflow since the table follows the step-by-step flow of commits. Signed-off-by: benaryorg <binary@benary.org> benaryorg2024-02-231-7/+7
* CONTRIBUTING.md: Sandboxing is enabled by default on Linux•••The fact that sandboxing is already enabled by default is mentioned in the pull request template. Hence, it might be confusing to ask to enable sandboxing in CONTRIBUTING.md. Also follow the `one sentence per line` guideline. Co-authored-by: Silvan Mosberger <github@infinisil.com> ibbem2024-02-121-10/+8
* doc: fix typoPhilipp Riegger2024-01-191-1/+1
* doc: mention new documentation-reviewers subteamValentin Gagarin2024-01-151-1/+1
* CONTRIBUTING.md: Dedent warnings until GitHub fixes it•••https://github.com/orgs/community/discussions/16925#discussioncomment-7574895 Silvan Mosberger2023-12-061-5/+6
* CONTRIBUTING.md: Update markdown emphasising syntax•••GitHub supported special markdown syntax for emphasising blocks for some time. This was however a beta feature, and still is, so it's subject to changes. Recently such a change happened: The syntax is different now. See https://github.com/orgs/community/discussions/16925 for more information Silvan Mosberger2023-12-061-6/+6
* {CONTRIBUTING,PULL_REQUEST_TEMPLATE}.md: update NixOS releasefigsoda2023-11-271-1/+1
* Merge pull request #263059 from DanielSidhion/add-doc-convention•••doc: commit header convention for documentation changesSilvan Mosberger2023-11-141-23/+10
|\
| * doc: separate commit header conventions for each area, info on docs changes.DS2023-11-131-23/+10
* | Merge pull request #263575 from pbsds/contributing-link-naming-conventino•••CONTRIBUTING: Add hotlinks to package and module reviewing guides, minor touchupsSilvan Mosberger2023-11-131-1/+1
|\ \
| * | {pkgs,nixos}/README.md: Hotlink package and module reviewing guidelines, fix ...Peder Bergebakken Sundt2023-11-131-1/+1
| |/
* | treewide: fix redirected and broken URLs•••Using the script in maintainers/scripts/update-redirected-urls.sh Anthony Roussel2023-11-111-1/+1
* | Update CONTRIBUTING.mdShahar "Dawn" Or2023-11-091-1/+1
|/
* CONTRIBUTING.md: fix a missing sentence endingh7x42023-10-211-1/+1
* CONTRIBUTING.md: fix a typo of link to maintainersKenichi Kamiya2023-10-161-1/+1
* CONTRIBUTING.md: Reword changes acceptable for backport•••It wasn't entirely clear if the list was acceptable or not from the wording. Silvan Mosberger2023-09-061-9/+9
* CONTRIBUTING: Add note about how to commit new maintainers-list.nix entry•••Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Matthias Beyer2023-09-041-0/+5
* docs: fix link to Nix manual on sandbox configHraban Luyat2023-08-281-1/+1
* CONTRIBUTING: remove suggestion about the order of arguments•••Particularities about style should be enforced at the tooling level (linters, code beautifiers etc.). Otherwise, it adds more weight on the PR reviewing, distracting both authors and reviewers from the substance of the changes. Anderson Torres2023-08-201-2/+0
* CONTRIBUTING.md: Move boot loader-specific sentence to pkgs/README.md•••This needs a rewrite at some point.. Silvan Mosberger2023-08-141-2/+0
* CONTRIBUTING.md: Typos and formatting•••- Fix sentence about meeting contributing standards - pkgs -> packages - Use emoji's because GitHub renders the :*: things weird sometimes - Move a dot Co-authored-by: Rémi NICOLE <minijackson@users.noreply.github.com> Silvan Mosberger2023-08-141-9/+9
* CONTRIBUTING.md: Minor content updates based on reviews•••- Contributing without a GitHub account - Mention OfBorg - nix.useSandbox -> nix.settings.sandbox - nixpkgs-review is good for not just version updates Co-authored-by: Rémi NICOLE <minijackson@users.noreply.github.com> Silvan Mosberger2023-08-141-3/+8
* CONTRIBUTING.md: Move sections around•••Yeah I'm totally getting lazy with the commits, but it's really hard and takes a long time.. Silvan Mosberger2023-08-141-209/+223
* CONTRIBUTING.md: Minor fixesSilvan Mosberger2023-08-141-31/+33
* CONTRIBUTING.md: New section on which branch to useSilvan Mosberger2023-08-141-31/+50
* CONTRIBUTING.md: Move rebasing section up•••Right into the "How to propose a change" section, because that's where it's relevant Silvan Mosberger2023-08-131-74/+74
* CONTRIBUTING.md: Remove duplicated section•••How to force push to PR's is already explained in the "How to propose a change" section at the beginning Silvan Mosberger2023-08-131-7/+0
* CONTRIBUTING.md: Minor formatting fixesSilvan Mosberger2023-08-131-27/+24
* CONTRIBUTING.md: Clean up releases sectionSilvan Mosberger2023-08-131-51/+43
* CONTRIBUTING.md: Move release sections together•••Will be cleaned up in the next commit Silvan Mosberger2023-08-131-71/+71
* CONTRIBUTING.md: Clean up and condense staging workflow sectionSilvan Mosberger2023-08-131-61/+46
* CONTRIBUTING.md: Replace staging workflow diagram•••Can't be rendered in GitHub markdown, replacing it with a Git branch diagram using mermaid Silvan Mosberger2023-08-131-20/+42
* CONTRIBUTING.md: Move flow of changes section upSilvan Mosberger2023-08-131-145/+145
* CONTRIBUTING.md: Clean up "Making patches" section•••Moving and collecting bits into the appropriate places, also writing some new sentences Silvan Mosberger2023-08-131-28/+23
* CONTRIBUTING.md: Write a new section on how to propose a change•••Removing paragraphs from the other sections that aren't necessary anymore Silvan Mosberger2023-08-131-19/+60
* CONTRIBUTING.md: Coding conventions -> code conventions•••It's not conventions about how to do coding, it's about what the code should look like Silvan Mosberger2023-08-131-1/+2
* CONTRIBUTING.md: Collect paragraphs into a new commit conventions sectionSilvan Mosberger2023-08-131-49/+41
* CONTRIBUTING.md: Move pull request template section to the bottomSilvan Mosberger2023-08-131-70/+69