nixpkgs/doc/contributing
Robert Hensing daca830722 doc/coding-conventions: Fix version attribute suffix to match reality
The current doc is wildly out of touch with reality. A regex search shows
the following stats.

```
Style example  Frequency  Regex used
nix-2-5:            8     [a-zA-Z]-[0-9]+(-[0-9]+)+ =
nix-2_5:           17     [a-zA-Z]-[0-9]+(_[0-9]+)+ =
nix_2_5:          689     [a-zA-Z]_[0-9]+(_[0-9]+)+ =
nix_2-5:            1     [a-zA-Z]_[0-9]+(-[0-9]+)+ =
```
2022-01-26 14:40:20 +01:00
..
coding-conventions.chapter.md doc/coding-conventions: Fix version attribute suffix to match reality 2022-01-26 14:40:20 +01:00
contributing-to-documentation.chapter.md doc: remove reference to unix-man-urls.lua 2021-12-28 13:26:35 +01:00
quick-start.chapter.md
reviewing-contributions.chapter.md
submitting-changes.chapter.md doc: fix broken link 2022-01-15 16:07:55 +01:00
vulnerability-roundup.chapter.md