diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-09-30 18:01:04 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-09-30 18:01:04 +0200 |
| commit | bb6072ad8290ae98568ea424cae183939404daca (patch) | |
| tree | efd02d45bc46fb81beda7628bedbd1d06e547089 /.github/ISSUE_TEMPLATE | |
| parent | a61d8fb6828c5f480aa913f8d96289a8ead26833 (diff) | |
Improve wording of GitHub Issue Templates
as suggested by Manolo and Ian
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/fltk-build-or-usage-question.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1c1754471..d43b8f8ce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,7 +32,7 @@ If applicable, add screenshots to help explain your problem. **FLTK Version** Please complete the following information and delete non-applicable lines: - Version: [e.g. 1.4.0] - - Installed system version from: [e.g. Debian 11.4 Bullseye] + - Installed as package from: [e.g. Debian 11.4 Bullseye] - Downloaded and self-built from: [e.g. Git, Snapshot and version, or tarball/zip] - If from Git, branch: [e.g. master, branch-1.3] - If from Git, commit: [e.g. 7d58e2385452] diff --git a/.github/ISSUE_TEMPLATE/fltk-build-or-usage-question.md b/.github/ISSUE_TEMPLATE/fltk-build-or-usage-question.md index 1c97a9c21..8a1fd7230 100644 --- a/.github/ISSUE_TEMPLATE/fltk-build-or-usage-question.md +++ b/.github/ISSUE_TEMPLATE/fltk-build-or-usage-question.md @@ -1,6 +1,6 @@ --- name: FLTK build or usage question -about: Please use our FLTK discussions group (forum) fltk.general for your question! +about: Please use our FLTK discussions group (forum) fltk.general for your question title: '' labels: '' assignees: '' |
