Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-19 | doc: fix typo | Philipp Riegger | 1 | -1/+1 | |
2024-01-15 | doc: mention new documentation-reviewers subteam | Valentin Gagarin | 1 | -1/+1 | |
2023-12-06 | CONTRIBUTING.md: Dedent warnings until GitHub fixes it | Silvan Mosberger | 1 | -5/+6 | |
https://github.com/orgs/community/discussions/16925#discussioncomment-7574895 | |||||
2023-12-06 | CONTRIBUTING.md: Update markdown emphasising syntax | Silvan Mosberger | 1 | -6/+6 | |
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 | |||||
2023-11-27 | {CONTRIBUTING,PULL_REQUEST_TEMPLATE}.md: update NixOS release | figsoda | 1 | -1/+1 | |
2023-11-14 | Merge pull request #263059 from DanielSidhion/add-doc-convention | Silvan Mosberger | 1 | -23/+10 | |
doc: commit header convention for documentation changes | |||||
2023-11-13 | doc: separate commit header conventions for each area, info on docs changes. | DS | 1 | -23/+10 | |
2023-11-13 | Merge pull request #263575 from pbsds/contributing-link-naming-conventino | Silvan Mosberger | 1 | -1/+1 | |
CONTRIBUTING: Add hotlinks to package and module reviewing guides, minor touchups | |||||
2023-11-13 | {pkgs,nixos}/README.md: Hotlink package and module reviewing guidelines, fix ↵ | Peder Bergebakken Sundt | 1 | -1/+1 | |
references | |||||
2023-11-11 | treewide: fix redirected and broken URLs | Anthony Roussel | 1 | -1/+1 | |
Using the script in maintainers/scripts/update-redirected-urls.sh | |||||
2023-11-09 | Update CONTRIBUTING.md | Shahar "Dawn" Or | 1 | -1/+1 | |
2023-10-21 | CONTRIBUTING.md: fix a missing sentence ending | h7x4 | 1 | -1/+1 | |
2023-10-16 | CONTRIBUTING.md: fix a typo of link to maintainers | Kenichi Kamiya | 1 | -1/+1 | |
2023-09-06 | CONTRIBUTING.md: Reword changes acceptable for backport | Silvan Mosberger | 1 | -9/+9 | |
It wasn't entirely clear if the list was acceptable or not from the wording. | |||||
2023-09-04 | CONTRIBUTING: Add note about how to commit new maintainers-list.nix entry | Matthias Beyer | 1 | -0/+5 | |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | |||||
2023-08-28 | docs: fix link to Nix manual on sandbox config | Hraban Luyat | 1 | -1/+1 | |
2023-08-20 | CONTRIBUTING: remove suggestion about the order of arguments | Anderson Torres | 1 | -2/+0 | |
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. | |||||
2023-08-14 | CONTRIBUTING.md: Move boot loader-specific sentence to pkgs/README.md | Silvan Mosberger | 1 | -2/+0 | |
This needs a rewrite at some point.. | |||||
2023-08-14 | CONTRIBUTING.md: Typos and formatting | Silvan Mosberger | 1 | -9/+9 | |
- 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> | |||||
2023-08-14 | CONTRIBUTING.md: Minor content updates based on reviews | Silvan Mosberger | 1 | -3/+8 | |
- 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> | |||||
2023-08-14 | CONTRIBUTING.md: Move sections around | Silvan Mosberger | 1 | -209/+223 | |
Yeah I'm totally getting lazy with the commits, but it's really hard and takes a long time.. | |||||
2023-08-14 | CONTRIBUTING.md: Minor fixes | Silvan Mosberger | 1 | -33/+35 | |
2023-08-14 | CONTRIBUTING.md: New section on which branch to use | Silvan Mosberger | 1 | -31/+50 | |
2023-08-13 | CONTRIBUTING.md: Move rebasing section up | Silvan Mosberger | 1 | -74/+74 | |
Right into the "How to propose a change" section, because that's where it's relevant | |||||
2023-08-13 | CONTRIBUTING.md: Remove duplicated section | Silvan Mosberger | 1 | -7/+0 | |
How to force push to PR's is already explained in the "How to propose a change" section at the beginning | |||||
2023-08-13 | CONTRIBUTING.md: Minor formatting fixes | Silvan Mosberger | 1 | -27/+24 | |
2023-08-13 | CONTRIBUTING.md: Clean up releases section | Silvan Mosberger | 1 | -51/+43 | |
2023-08-13 | CONTRIBUTING.md: Move release sections together | Silvan Mosberger | 1 | -71/+71 | |
Will be cleaned up in the next commit | |||||
2023-08-13 | CONTRIBUTING.md: Clean up and condense staging workflow section | Silvan Mosberger | 1 | -65/+50 | |
2023-08-13 | CONTRIBUTING.md: Replace staging workflow diagram | Silvan Mosberger | 1 | -24/+46 | |
Can't be rendered in GitHub markdown, replacing it with a Git branch diagram using mermaid | |||||
2023-08-13 | CONTRIBUTING.md: Move flow of changes section up | Silvan Mosberger | 1 | -145/+145 | |
2023-08-13 | CONTRIBUTING.md: Clean up "Making patches" section | Silvan Mosberger | 1 | -28/+23 | |
Moving and collecting bits into the appropriate places, also writing some new sentences | |||||
2023-08-13 | CONTRIBUTING.md: Write a new section on how to propose a change | Silvan Mosberger | 1 | -25/+66 | |
Removing paragraphs from the other sections that aren't necessary anymore | |||||
2023-08-13 | CONTRIBUTING.md: Coding conventions -> code conventions | Silvan Mosberger | 1 | -1/+2 | |
It's not conventions about how to do coding, it's about what the code should look like | |||||
2023-08-13 | CONTRIBUTING.md: Collect paragraphs into a new commit conventions section | Silvan Mosberger | 1 | -49/+41 | |
2023-08-13 | CONTRIBUTING.md: Move pull request template section to the bottom | Silvan Mosberger | 1 | -70/+69 | |
2023-08-13 | CONTRIBUTING.md: Add overview | Silvan Mosberger | 1 | -0/+9 | |
2023-08-13 | CONTRIBUTING.md: Add intro | Silvan Mosberger | 1 | -0/+7 | |
2023-08-13 | Move CONTRIBUTING-new.md to CONTRIBUTING.md | Silvan Mosberger | 1 | -0/+682 | |
The -new version was assembled in the previous commits | |||||
2023-08-13 | CONTRIBUTING.md: Remove temporarily | Silvan Mosberger | 1 | -11/+0 | |
So that the CONTRIBUTING-new.md can take its place and Git detect the rename | |||||
2023-08-13 | CONTRIBUTING.md: Move opening issues section to Nixpkgs manual | Silvan Mosberger | 1 | -6/+0 | |
This isn't relevant to contributors specifically, it applies to all users | |||||
2023-08-13 | CONTRIBUTING.md: Rough move to new contribution doc files | Silvan Mosberger | 1 | -159/+0 | |
No content was changed, new titles are wrapped with () to signal that they will need to be decided on in a future commit. | |||||
2023-08-12 | CONTRIBUTING.md: highlight the need for setting `meta.mainProgram` | Anderson Torres | 1 | -2/+3 | |
2023-06-20 | contributing: Explain how to run common tests | Victor Engmark | 1 | -0/+9 | |
As a beginning contributor, it is far from obvious where to find tests, how to run individual tests locally for quick development, and which tests do what. The new "Testing changes" section aims to help with all of these. Co-authored-by: Emily <git@emilylange.de> | |||||
2023-06-17 | Merge pull request #238126 from nikstur/contributing-release-notes | Pol Dellaiera | 1 | -13/+0 | |
CONTRIBUTING.md: remove historical trivia | |||||
2023-06-16 | CONTRIBUTING.md: remove historical trivia | nikstur | 1 | -13/+0 | |
The transition to markdown is done now and the historical trivia is not helpful for first time contributers who are the primary audience for this document. Telling the user to edit a file by editing a file is superfluous. | |||||
2023-06-12 | CONTRIBUTING.md: Add section for mass-ping handling | piegames | 1 | -2/+35 | |
2023-05-31 | Release NixOS 23.05 | Raito Bezarius | 1 | -8/+8 | |
2023-04-24 | CONTRIBUTING.md: Clarify guidelines for `meta.description` | Jean-Paul Calderone | 1 | -0/+1 | |
2023-02-10 | nixos/manual: remove md-to-db | pennae | 1 | -3/+6 | |
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. |