diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2021-09-13 11:15:49 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2021-09-13 12:09:36 +0300 |
| commit | 358de2b2bc90e2c1db72e3070f965e50d7c7a0e6 (patch) | |
| tree | 2fb0494253324bfa2593f7fd964bc161b4634e2f /.github | |
| parent | 6d38f9e63d6466bc3f1cab3a94b14cd38f218a37 (diff) | |
github bug_report: Preamble
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3c25cea5..83ec4d15 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,6 +4,13 @@ labels: bug title: "[BUG] " body: + - type: markdown + attributes: + value: | + Please make sure to [search issues](https://github.com/mawww/kakoune/issues?q=is%3Aissue) before creating a new one, to avoid duplicates and centralise conversations. + + If you need to have a question about the editor itself (options, behaviour, codeā¦) answered, make sure to check the [documentation](https://github.com/mawww/kakoune/tree/master/doc/pages) (also available via the `doc` command in the editor) or drop by [IRC](https://web.libera.chat/?channels=#kakoune) to get instant feedback. + - type: input attributes: label: "Version of Kakoune" |
