aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-05-27 00:29:31 +0200
committerRobert Helgesson <robert@rycee.net>2020-05-27 00:29:31 +0200
commitf36c8a09e694a74d223b418d949fc9c70c866574 (patch)
tree9f72f26362551bc2887cf2f97240d1c5cdf50679 /.github
parent0e2858af94e3136cfa31d02c04c546fff0502c80 (diff)
Add basic GitHub issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000000..44de5e72b54
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,16 @@
+### Issue description
+
+<!-- Please describe the issue -->
+
+### Meta
+
+#### Maintainer CC
+
+<!--
+Please @ people who are in the `meta.maintainers` list of the offending module.
+If in doubt, check `git blame` for whoever last touched something.
+-->
+
+#### Technical details
+
+<!-- Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result. -->