aboutsummaryrefslogtreecommitdiffstats
path: root/meson/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /meson/.github/ISSUE_TEMPLATE
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'meson/.github/ISSUE_TEMPLATE')
-rw-r--r--meson/.github/ISSUE_TEMPLATE/bug_report.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/meson/.github/ISSUE_TEMPLATE/bug_report.md b/meson/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..4bc3fe6e0
--- /dev/null
+++ b/meson/.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