about summary refs log tree commit diff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
* CONTRIBUTING.md: change table column order for stagingbenaryorg2024-02-23
| | | | | | | | | 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>
* CONTRIBUTING.md: Sandboxing is enabled by default on Linuxibbem2024-02-12
| | | | | | | | | | 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>
* doc: fix typoPhilipp Riegger2024-01-19
|
* doc: mention new documentation-reviewers subteamValentin Gagarin2024-01-15
|
* CONTRIBUTING.md: Dedent warnings until GitHub fixes itSilvan Mosberger2023-12-06
| | | | https://github.com/orgs/community/discussions/16925#discussioncomment-7574895
* CONTRIBUTING.md: Update markdown emphasising syntaxSilvan Mosberger2023-12-06
| | | | | | | | | | | 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
* {CONTRIBUTING,PULL_REQUEST_TEMPLATE}.md: update NixOS releasefigsoda2023-11-27
|
* Merge pull request #263059 from DanielSidhion/add-doc-conventionSilvan Mosberger2023-11-14
|\ | | | | doc: commit header convention for documentation changes
| * doc: separate commit header conventions for each area, info on docs changes.DS2023-11-13
| |
* | Merge pull request #263575 from pbsds/contributing-link-naming-conventinoSilvan Mosberger2023-11-13
|\ \ | | | | | | CONTRIBUTING: Add hotlinks to package and module reviewing guides, minor touchups
| * | {pkgs,nixos}/README.md: Hotlink package and module reviewing guidelines, fix ↵Peder Bergebakken Sundt2023-11-13
| |/ | | | | | | references
* | treewide: fix redirected and broken URLsAnthony Roussel2023-11-11
| | | | | | | | Using the script in maintainers/scripts/update-redirected-urls.sh
* | Update CONTRIBUTING.mdShahar "Dawn" Or2023-11-09
|/
* CONTRIBUTING.md: fix a missing sentence endingh7x42023-10-21
|
* CONTRIBUTING.md: fix a typo of link to maintainersKenichi Kamiya2023-10-16
|
* CONTRIBUTING.md: Reword changes acceptable for backportSilvan Mosberger2023-09-06
| | | | | It wasn't entirely clear if the list was acceptable or not from the wording.
* CONTRIBUTING: Add note about how to commit new maintainers-list.nix entryMatthias Beyer2023-09-04
| | | | Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* docs: fix link to Nix manual on sandbox configHraban Luyat2023-08-28
|
* CONTRIBUTING: remove suggestion about the order of argumentsAnderson Torres2023-08-20
| | | | | | 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.
* CONTRIBUTING.md: Move boot loader-specific sentence to pkgs/README.mdSilvan Mosberger2023-08-14
| | | | This needs a rewrite at some point..
* CONTRIBUTING.md: Typos and formattingSilvan Mosberger2023-08-14
| | | | | | | | | - 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>
* CONTRIBUTING.md: Minor content updates based on reviewsSilvan Mosberger2023-08-14
| | | | | | | | | - 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>
* CONTRIBUTING.md: Move sections aroundSilvan Mosberger2023-08-14
| | | | | Yeah I'm totally getting lazy with the commits, but it's really hard and takes a long time..
* CONTRIBUTING.md: Minor fixesSilvan Mosberger2023-08-14
|
* CONTRIBUTING.md: New section on which branch to useSilvan Mosberger2023-08-14
|
* CONTRIBUTING.md: Move rebasing section upSilvan Mosberger2023-08-13
| | | | | Right into the "How to propose a change" section, because that's where it's relevant
* CONTRIBUTING.md: Remove duplicated sectionSilvan Mosberger2023-08-13
| | | | | How to force push to PR's is already explained in the "How to propose a change" section at the beginning
* CONTRIBUTING.md: Minor formatting fixesSilvan Mosberger2023-08-13
|
* CONTRIBUTING.md: Clean up releases sectionSilvan Mosberger2023-08-13
|
* CONTRIBUTING.md: Move release sections togetherSilvan Mosberger2023-08-13
| | | | Will be cleaned up in the next commit
* CONTRIBUTING.md: Clean up and condense staging workflow sectionSilvan Mosberger2023-08-13
|
* CONTRIBUTING.md: Replace staging workflow diagramSilvan Mosberger2023-08-13
| | | | Can't be rendered in GitHub markdown, replacing it with a Git branch diagram using mermaid
* CONTRIBUTING.md: Move flow of changes section upSilvan Mosberger2023-08-13
|
* CONTRIBUTING.md: Clean up "Making patches" sectionSilvan Mosberger2023-08-13
| | | | | Moving and collecting bits into the appropriate places, also writing some new sentences
* CONTRIBUTING.md: Write a new section on how to propose a changeSilvan Mosberger2023-08-13
| | | | Removing paragraphs from the other sections that aren't necessary anymore
* CONTRIBUTING.md: Coding conventions -> code conventionsSilvan Mosberger2023-08-13
| | | | | It's not conventions about how to do coding, it's about what the code should look like
* CONTRIBUTING.md: Collect paragraphs into a new commit conventions sectionSilvan Mosberger2023-08-13
|
* CONTRIBUTING.md: Move pull request template section to the bottomSilvan Mosberger2023-08-13
|
* CONTRIBUTING.md: Add overviewSilvan Mosberger2023-08-13
|
* CONTRIBUTING.md: Add introSilvan Mosberger2023-08-13
|
* Move CONTRIBUTING-new.md to CONTRIBUTING.mdSilvan Mosberger2023-08-13
| | | | The -new version was assembled in the previous commits
* CONTRIBUTING.md: Remove temporarilySilvan Mosberger2023-08-13
| | | | | So that the CONTRIBUTING-new.md can take its place and Git detect the rename
* CONTRIBUTING.md: Move opening issues section to Nixpkgs manualSilvan Mosberger2023-08-13
| | | | | This isn't relevant to contributors specifically, it applies to all users
* CONTRIBUTING.md: Rough move to new contribution doc filesSilvan Mosberger2023-08-13
| | | | | No content was changed, new titles are wrapped with () to signal that they will need to be decided on in a future commit.
* CONTRIBUTING.md: highlight the need for setting `meta.mainProgram`Anderson Torres2023-08-12
|
* contributing: Explain how to run common testsVictor Engmark2023-06-20
| | | | | | | | | 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>
* Merge pull request #238126 from nikstur/contributing-release-notesPol Dellaiera2023-06-17
|\ | | | | CONTRIBUTING.md: remove historical trivia
| * CONTRIBUTING.md: remove historical trivianikstur2023-06-16
| | | | | | | | | | | | | | 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.
* | CONTRIBUTING.md: Add section for mass-ping handlingpiegames2023-06-12
|/
* Release NixOS 23.05Raito Bezarius2023-05-31
|