diff options
author | Tobias Weimer <wishmaster51@gmail.com> | 2018-06-10 10:27:18 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-15 12:29:26 +0300 |
commit | 58a1e4b5472db9f0b8a0c9ee2bd0cf98de5da841 (patch) | |
tree | f54979b62d3834f207c84a809ef896eb5c702bc7 /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | b0c120d39b13cde7b52a16d0343d8d38c1ce489e (diff) |
Restructured guthub pages, added issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..ed5ac0901b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Create a report to help us improve Miranda NG. + +--- +### Expected behavior +What did you expect? + +### Actual behavior +What did you get instead? + +### Does it work in stable version? +If you know in which dev build (or approximate date when) it was broken, it may be much easier to identify and fix the issue. + +### Steps to reproduce that behavior + * Provide step-by-step instructions so we can reproduce the issue (We can't fix what we can't reproduce). + * Attach your VersionInfo. + * Attach a crash report if you are experiencing crashes (It includes VersionInfo as well). + * Attach a network log captured if you are experiencing connectivity issues. + * If Miranda freezes, hangs up or consumes CPU, attach information obtained by Process Explorer tool. |