diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-27 18:45:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 18:45:03 +0100 |
commit | 1903a8e26893a3f332ba39643aa8da5fdaf1536b (patch) | |
tree | d17ac4e9a63bc51117d68d13ef918a2ea344a599 /ISSUE_TEMPLATE.md | |
parent | c476df5a306383c164b974234c1574f76abb98b8 (diff) | |
download | libquotient-1903a8e26893a3f332ba39643aa8da5fdaf1536b.tar.gz libquotient-1903a8e26893a3f332ba39643aa8da5fdaf1536b.zip |
Delete ISSUE_TEMPLATE.md
New issue templates reside under .github/
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r-- | ISSUE_TEMPLATE.md | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 1e3f172b..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,48 +0,0 @@ -<!-- - -This is a bug report template. By following the instructions below and -filling out the sections with your information, you will help the us to get all -the necessary data to fix your issue. - -You can also preview your report before submitting it. You may remove sections -that aren't relevant to your particular case. - -Text between <!-- and --> marks will be invisible in the report. - ---> - -### Description - -Describe here the problem that you are experiencing, or the feature -you are requesting. - -### Steps to reproduce - -- For bugs, list the steps -- that reproduce the bug -- using hyphens as bullet points - -Describe how what happens differs from what you expected. - -libQuotient-based clients either have a log file or dump log -to the standard output. If you can identify any log snippets relevant -to your issue, please include those here (please be careful to remove -any personal or private data): - -### Version information - -<!-- IMPORTANT: please answer the following questions, - to help us narrow down the problem --> - -- **The client application**: -<!-- the problem might be not with the library but with the client --> -- **libQuotient version if you know it**: -<!-- try to find it basing on the client version --> -- **Qt version**: -<!-- for Linux systems, it's usually installed system-wide; for other OSes, -as well as Flatpak/AppImage/etc. containerised environments, -it's a version used in the container. --> -- **Install method**: -<!-- package manager/Flatpak/archive downloaded (from which site?) --> -- **Platform**: -<!-- Operating system and anything about your platform you think can be relevant --> |