aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-06-15 02:31:47 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2023-06-15 02:31:49 +0200
commit520491607efb7b65704b600077e8fed21562597a (patch)
tree269d43bde6e9da2056ae558dd18bb1a785a198c1 /.github/ISSUE_TEMPLATE
parent946cd9e3f91c273e8124390c1dac9c0f0a538b8c (diff)
docs issue template: move checklist down
it's annoying to write issues with the checklist in the way, and the proposal is more important.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/missing_documentation.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/missing_documentation.md b/.github/ISSUE_TEMPLATE/missing_documentation.md
index 942d7a971..be3f6af97 100644
--- a/.github/ISSUE_TEMPLATE/missing_documentation.md
+++ b/.github/ISSUE_TEMPLATE/missing_documentation.md
@@ -11,6 +11,10 @@ assignees: ''
<!-- describe your problem -->
+## Proposal
+
+<!-- propose a solution -->
+
## Checklist
<!-- make sure this issue is not redundant or obsolete -->
@@ -22,10 +26,6 @@ assignees: ''
[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 -->
-
## Priorities
Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).