diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-09-15 18:16:17 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-09-15 18:16:17 +0200 |
commit | 84fb036062b879c454188a2a4f7123720a6eb9be (patch) | |
tree | cdc4bfba1fcf5cee93bb7eb8eb82bcac2a5e1dc6 /.github/ISSUE_TEMPLATE | |
parent | 88a45d6149c0e304f6eb2efcc2d7a4d0d569f8af (diff) |
add issue template for missing or incorrect documentation
this allows anyone to create labelled issues for easy filtering.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/missing_documentation.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/missing_documentation.md b/.github/ISSUE_TEMPLATE/missing_documentation.md new file mode 100644 index 000000000..84868814f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/missing_documentation.md @@ -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 --> + |