aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/missing_documentation.md
blob: 8ded9f06321aa86237187ad6eb13197c15b34b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
name: Missing or incorrect documentation
about:
title: ''
labels: 'documentation'
assignees: ''

---

## Problem

<!-- describe your problem -->

## Checklist

<!-- make sure this issue is not redundant or obsolete -->

- [ ] checked [latest Nix manual] \([source])
- [ ] checked [open documentation issues and pull requests] for possible duplicates

[latest Nix manual]: https://nixos.org/manual/nix/unstable/
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/src
[open documentation issues and pull requests]: https://github.com/NixOS/nix/labels/documentation

## Proposal

<!-- propose a solution -->