]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add bug report template
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 2 May 2019 19:49:48 +0000 (21:49 +0200)
committerGitHub <noreply@github.com>
Thu, 2 May 2019 19:49:48 +0000 (21:49 +0200)
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644 (file)
index 0000000..9a76995
--- /dev/null
@@ -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
+...