mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
80ac72bf03
The `optionsDocBook` function is deprecated in nixpkgs since nixos-23.11. This commit updates the manual and manpages to use commonmark formatted documentation instead of the deprecated docbook format.
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
# Contributing {#ch-contributing}
|
|
|
|
Contributions to Home Manager are very welcome. To make the process as
|
|
smooth as possible for both you and the Home Manager maintainers we
|
|
provide some guidelines that we ask you to follow. See [Getting
|
|
started](#sec-contrib-getting-started) for information on how to set up
|
|
a suitable development environment and [Guidelines](#sec-guidelines) for
|
|
the actual guidelines.
|
|
|
|
This text is mainly directed at those who would like to make code
|
|
contributions to Home Manager. If you just want to report a bug then
|
|
first look among the already [open
|
|
issues](https://github.com/nix-community/home-manager/issues), if you
|
|
find one matching yours then feel free to comment on it to add any
|
|
additional information you may have. If no matching issue exists then go
|
|
to the [new
|
|
issue](https://github.com/nix-community/home-manager/issues/new) page
|
|
and write a description of your problem. Include as much information as
|
|
you can, ideally also include relevant excerpts from your Home Manager
|
|
configuration.
|
|
|
|
```{=include=} sections
|
|
contributing/getting-started.md
|
|
contributing/guidelines.md
|
|
contributing/news.md
|
|
contributing/tests.md
|
|
```
|