From 27097b1de4b780d9637c93b7def796463173b572 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 15 Mar 2016 14:40:55 +0100 Subject: [PATCH 1/3] Create issue_template.md --- issue_template.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000..0756dd9 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,40 @@ + + +### Steps to reproduce +1. +2. +3. + +### Expected behaviour +Tell us what should happen + +### Actual behaviour +Tell us what happens instead + +### Server configuration + +**ownCloud version:** + +**PHP version:** + +**HTTPd server:** + +**HTTPS:** + +### Client configuration + +**Android version:** + +**Phone:** + +**ownCloud SMS app version:** + +### Logs + +``` +Instert your log here +``` From cc9fd069dbabacbbe448a93aa09b7f310c74f61a Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 15 Mar 2016 14:42:20 +0100 Subject: [PATCH 2/3] no need for issue template --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index 853a365..c8daa63 100644 --- a/README.md +++ b/README.md @@ -34,27 +34,6 @@ ownCloud SMS (OcSMS) web application is currently under AGPL licence but this fr *Please create your core issues here:* https://github.com/nerzhul/ocsms/issues - -### Issue template -**Server** -- ownCloud version: X.X.X -- PHP version: X.X -- HTTPd server: -- HTTPS: - -**Client** -- Android version: X.X.X -- Phone: -- ownCloud SMS app version: X.X.X - -**Content of /owncloud/data/owncloud.log** -``` -Place content of your owncloud.log here -``` - - ### Android client issues *Please create your issues for the Android client here:* https://github.com/nerzhul/ownCloud-SMS-App/issues - - From ac0b247eea08ab417a55d1a2e558877898a4a87b Mon Sep 17 00:00:00 2001 From: Ner'zhul Date: Thu, 17 Mar 2016 18:43:52 +0100 Subject: [PATCH 3/3] Typo fix in issue_template.md --- issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index 0756dd9..b1e5845 100644 --- a/issue_template.md +++ b/issue_template.md @@ -36,5 +36,5 @@ Tell us what happens instead ### Logs ``` -Instert your log here +Insert your log here ```