From 5e59f206857438acfabdef2314b00520ed320eab Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 3 Apr 2021 09:31:13 +0200 Subject: [PATCH] delete issue template and contributing guidelines people with half a brain will implicitly follow those guidelines any way and provide the information requested in the issue template. The vast majority of people have ignored the issue template in the past anyway. --- .github/CONTRIBUTING.md | 11 ----------- .github/ISSUE_TEMPLATE.md | 35 ----------------------------------- 2 files changed, 46 deletions(-) delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index c44dd479d..000000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,11 +0,0 @@ -### Reporting Bugs and getting help - -The issue tracker on Github is for bug reports only. It is not a general support forum. - -**A bug is everything you can reproduce. ie *if I do this that happens but something else should happen instead*.** - -Please search the issue tracker (including closed issues). Your bug might be a server bug that has already been addressed. - -Please fill in the template when creating new issues and provide information about your device and your server. The [adb logcat](https://wiki.cyanogenmod.org/w/Doc:_debugging_with_logcat) can be omitted if you can reproduce the bug under every condition. (ie *click button X and the application crashes*) But the adb logcat is required if the bug happens only under certain conditions or involves network problem (Server not found, messages not arriving) - -**If you are seeking help or are unable to reproduce the exact problem please join our MUC at conversations@conference.siacs.eu** diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index f14554454..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,35 +0,0 @@ -#### General information - -* **Version:** 2.6.0 -* **Device:** Xiaomi Mi A1 -* **Android Version:** Android 9 (stock) -* **Server name:** conversations.im, jabber.at or self hosted -* **Server software:** ejabberd 19.09.1 or prosody 0.11.3 (if known) -* **Installed server modules:** Stream Managment, CSI, MAM -* **Conversations source:** PlayStore, PlayStore Beta Channel, F-Droid, self build (latest HEAD) - - -#### Steps to reproduce - -1. … -2. … - - -#### Expected result - -What is the expected output? - - -#### Actual result - -What do you see instead? - - -#### Debug output - -Please post the output of adb logcat. The log should begin with the start of Conversations and include all the -steps it takes to reproduce the problem. - -```` -adb logcat -s conversations -````