summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/compilation_error.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/compilation_error.md')
-rw-r--r--.github/ISSUE_TEMPLATE/compilation_error.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/compilation_error.md b/.github/ISSUE_TEMPLATE/compilation_error.md
new file mode 100644
index 0000000..669f1d6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/compilation_error.md
@@ -0,0 +1,15 @@
+---
+name: Compilation error
+about: Report a problem compiling exa
+---
+
+If exa fails to compile, or if there is a problem during the build process, then please include the following information in your report:
+
+- The exact exa commit you are building (`git rev-parse --short HEAD`)
+- The version of rustc you are compiling it with (`rustc --version`)
+- Your operating system and hardware platform
+- The Rust build target (the _exact_ output of `rustc --print cfg`)
+
+If you are seeing compilation errors, please include the output of the build process.
+
+---