- bug_report.md: template for bug reports
- feature_request.md: template for feature requests
- fltk-build-or-usage-question.md: not really a template [1]
[1] Explain to users that this is the wrong place to ask user
questions and refer them to fltk.general
26 lines
713 B
Markdown
26 lines
713 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for the FLTK project
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Is your feature request related to a problem? Please describe.**
|
|
A clear and concise description of what the problem is.
|
|
Please make sure that the desired feature is not available in a later
|
|
FLTK version (e.g. 1.3.8 or 1.4.0).
|
|
|
|
**I am using FLTK**
|
|
- Version [e.g. 1.4.0]
|
|
|
|
**Describe the solution you'd like**
|
|
A clear and concise description of what you want to happen.
|
|
|
|
**Describe alternatives you've considered**
|
|
A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
**Additional context**
|
|
Add any other context or screenshots about the feature request here.
|