--- My understanding is that this text will appear in the textarea when opening an issue.
Is this too wordy? Feedback? .gitlab/issue_templates/Default.md | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitlab/issue_templates/Default.md diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md new file mode 100644 index 00000000..300b86fc --- /dev/null +++ b/.gitlab/issue_templates/Default.md @@ -0,0 +1,38 @@ +## Please read this first + +Issues are used to report bugs in mutt. + +Please use the [mutt-users mailing list](http://www.mutt.org/mail-lists.html) or +[#mutt IRC channel](https://gitlab.com/muttmua/mutt/-/wikis/MuttChannel) for +general help or questions. + +Feature requests should be discussed on the mutt-dev mailing list +first. If you open a feature request without discussing the idea on +mutt-dev first, we will close the issue. + +(Please remove this section before submitting your issue. Thank you!) + +## Summary + +(Summarize the bug encountered concisely) + +## Steps to reproduce + +(How one can reproduce the issue) + +## What is the current bug behavior? + +(What actually happens) + +## What is the expected correct behavior? + +(What you should see instead) + +## Mutt version + +(The output of `mutt -v`) + +## Relevant logs and/or screenshots + +(Paste any relevant logs - use code blocks (```) to format console output, logs, and code, as +it's very hard to read otherwise.) -- 2.52.0
