diff options
author | Michael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com> | 2019-11-13 13:39:24 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-11-17 14:07:59 +0200 |
commit | 894bf56346c667cf454972e59458f65c73323f79 (patch) | |
tree | 66ed95b8044ef4d6e9d2f40190d43faec9e6b18c | |
parent | ffa9459eedb67e9d44f377c4e012d8e27a948b36 (diff) | |
download | meson-894bf56346c667cf454972e59458f65c73323f79.zip meson-894bf56346c667cf454972e59458f65c73323f79.tar.gz meson-894bf56346c667cf454972e59458f65c73323f79.tar.bz2 |
add bug report template [skip ci]
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 25 |
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 |