summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2019-05-02 21:49:48 +0200
committerGitHub <noreply@github.com>2019-05-02 21:49:48 +0200
commit07c1a9c33cac6a22edf97349ae3cc3cea3f89bd0 (patch)
treec9b65ac4944cd219c8431accc945a84153f4ff68 /.github/ISSUE_TEMPLATE
parent9b3882634f326a90fd8d1af77fa9d21220fe6e92 (diff)
downloadccache-07c1a9c33cac6a22edf97349ae3cc3cea3f89bd0.tar.gz
Add bug report template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..9a76995b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,30 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+### Actual behavior ###
+<!-- A clear and concise description of what happened: -->
+
+
+### Expected behavior ###
+<!-- A clear and concise description of what you expected to happen: -->
+
+
+### How to reproduce ###
+<!-- Steps to reproduce the behavior: -->
+
+1.
+2.
+3.
+
+### Software versions ###
+<!-- Which Ccache version and (if applicable) compiler, OS, file system, etc, you use: -->
+
+Ccache version A.B
+Compiler NAME, version X.Y
+...