Skip to content

Commit 7aa2cdd

Browse files
committed
doc: add contributing guide
1 parent 1d7a781 commit 7aa2cdd

File tree

8 files changed

+662
-664
lines changed

8 files changed

+662
-664
lines changed

CONTRIBUTING.md

Lines changed: 659 additions & 0 deletions
Large diffs are not rendered by default.

doc/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ stdenvNoCC.mkDerivation {
675675
${writePages}
676676
cat $renderedSummaryPath >>src/SUMMARY.md
677677
cp ${../README.md} src/README.md
678+
cp ${../CONTRIBUTING.md} src/contributing.md
678679
cp ${../gnome.png} src/gnome.png
679680
cp ${../kde.png} src/kde.png
680681
'';

doc/src/SUMMARY.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
[Introduction](README.md)
22

3+
[Contributing guide](contributing.md)
4+
35
# User guide
46

57
- [Installation](installation.md)
68
- [Configuration](configuration.md)
79
- [Tips and tricks](tricks.md)
810

9-
# Contributing
10-
11-
- [Commit Convention](commit_convention.md)
12-
- [Development Environment](development_environment.md)
13-
- [Adding modules](modules.md)
14-
- [Testbeds](testbeds.md)
15-
- [Style guide](styling.md)
16-
1711
# Reference
1812

1913
<!--

doc/src/commit_convention.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

doc/src/development_environment.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)