add issue template for missing or incorrect documentation

this allows anyone to create labelled issues for easy filtering.
This commit is contained in:
Valentin Gagarin 2022-09-15 18:16:17 +02:00
parent 88a45d6149
commit 84fb036062

View file

@ -0,0 +1,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 -->