summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-15 23:34:56 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-16 00:10:53 +0100
commitb252e5e45cfd87da48133a3a52e3ac164759b231 (patch)
tree16be1e15561e913e9e9c023a170bb9b062d5bfc8 /.github/ISSUE_TEMPLATE/bug_report.md
parent2e1730d2f0f131d792c9b0561672f5252a868785 (diff)
Remove libfltk_cairo (fltk::cairo)
This library is no longer needed and was "empty" for backwards compatibility since FLTK 1.4.0.
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index d43b8f8ce..cb1f70b95 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,7 +7,7 @@ assignees: ''
---
-**Describe the bug**
+**Description of the Bug Report**
A clear and concise description of what the bug is.
**To Reproduce**
@@ -38,11 +38,9 @@ Please complete the following information and delete non-applicable lines:
- If from Git, commit: [e.g. 7d58e2385452]
**FLTK Configure / Build Options**
-Please add the complete configure and build command lines if you built FLTK yourself.
-Please include all configure or CMake options and add all CMake options you changed
-by using CMake GUI tools (if any).
- - ./configure --enable-cairo ...
- - cmake -G"..." -DCMAKE_BUILD_TYPE=Debug ...
+Please add the complete CMake and build command lines if you built FLTK yourself.
+Please add all CMake options you changed by using CMake GUI tools (if any).
+ - cmake -G"..." -D CMAKE_BUILD_TYPE=Debug ...
**Operating System / Platform:**
Please be as precise as possible, e.g. "Linux: Ubuntu 20.04"