aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com>2019-11-13 13:39:24 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2019-11-17 14:07:59 +0200
commit894bf56346c667cf454972e59458f65c73323f79 (patch)
tree66ed95b8044ef4d6e9d2f40190d43faec9e6b18c
parentffa9459eedb67e9d44f377c4e012d8e27a948b36 (diff)
downloadmeson-894bf56346c667cf454972e59458f65c73323f79.zip
meson-894bf56346c667cf454972e59458f65c73323f79.tar.gz
meson-894bf56346c667cf454972e59458f65c73323f79.tar.bz2
add bug report template [skip ci]
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..4bc3fe6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,25 @@
+---
+name: Bug report
+about: Meson bug report
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Please include your `meson.build` files, preferably as a minimal toy example showing the issue.
+You may need to create simple source code files (don't include private/proprietary code).
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**system parameters**
+* Is this a [cross build](https://mesonbuild.com/Cross-compilation.html) or just a plain native build (for the same computer)?
+* what operating system (e.g. MacOS Catalina, Windows 10, CentOS 8.0, Ubuntu 18.04, etc.)
+* what Python version are you using e.g. 3.8.0
+* what `meson --version`
+* what `ninja --version` if it's a Ninja build