From 514d32fdb481703967d1d2cda09cf5609a22bb45 Mon Sep 17 00:00:00 2001 From: Peter Corke Date: Sun, 9 Jul 2023 14:40:21 +1000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bdedit-bug-report.md | 4 +++- .github/ISSUE_TEMPLATE/bdsim-bug-report.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bdedit-bug-report.md b/.github/ISSUE_TEMPLATE/bdedit-bug-report.md index c65865c..16bb37c 100644 --- a/.github/ISSUE_TEMPLATE/bdedit-bug-report.md +++ b/.github/ISSUE_TEMPLATE/bdedit-bug-report.md @@ -7,7 +7,9 @@ assignees: petercorke --- -Please note that `bdedit` is an experimental editor for block diagrams. My personal priority is developing and bug fixing for `bdsim`. +**`bdedit` is an experimental editor for block diagrams that can be used in conjunction with `bdsim`. It is not a drop-in replacement for Simulink, if you want something reliable and supported buy it from The MathWorks.** + +**Before you post a bug please check that PyQt5 is properly installed on your computer, see the notes on the [wiki](https://github.com/petercorke/bdsim/wiki/Getting-going-with-PyQt5). If you cannot run the PyQt5 test example then you need to resolve that yourself, please don't post it here.** **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/bdsim-bug-report.md b/.github/ISSUE_TEMPLATE/bdsim-bug-report.md index e1f097a..e6cbc2c 100644 --- a/.github/ISSUE_TEMPLATE/bdsim-bug-report.md +++ b/.github/ISSUE_TEMPLATE/bdsim-bug-report.md @@ -6,6 +6,7 @@ labels: '' assignees: '' --- + For bugs with the graphical tool `bdedit` please use the `bdedit` bug report template. **Describe the bug**