Просмотр исходного кода

feat: add bug report template (#15)

siohaza 2 лет назад
Родитель
Сommit
2becefe117
1 измененных файлов с 51 добавлено и 0 удалено
  1. 51 0
      .github/ISSUE_TEMPLATE/bug_report.md

+ 51 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,51 @@
+---
+name: Bug report
+about: Use this ONLY for bugs in retro-aim-server itself.
+title: ''
+labels: ''
+assignees: ''
+
+---
+<!--
+    # ###
+    NOTE: Please update to the latest version of retro-aim-server before reporting an issue!
+    This saves you and us a lot of time and troubleshooting.
+    # ###
+-->
+
+<!--
+Please fill out the following template to make solving your problem easier and faster for us.
+This is only a guideline. If you think that parts are unnecessary for your issue, feel free to remove them.
+
+Remember to hide/redact personal or confidential information,
+such as passwords, IP addresses, and DNS names as appropriate.
+-->
+
+### Subject of the issue
+<!-- Describe your issue here. -->
+
+### Deployment environment
+
+<!-- The version number -->
+<!-- Remember to check if your issue exists on the latest version first! -->
+* retro-aim-server version:
+
+<!-- How the server was installed: Pre-built, built from source, etc. -->
+* Install method:
+
+* Clients used: <!-- AIM 5.1.3036, Miranda IM 0.10.80, Pidgin 2.12, etc. -->
+
+* Other relevant details:
+
+### Steps to reproduce
+<!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults)
+and how did you start retro-aim-server? -->
+
+### Expected behaviour
+<!-- Tell us what you expected to happen -->
+
+### Actual behaviour
+<!-- Tell us what actually happened -->
+
+### Troubleshooting data
+<!-- Share any log files, screenshots, or other relevant troubleshooting data -->