1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00
This commit is contained in:
Loic Blot 2016-03-24 17:07:55 +01:00
commit 46a5578b19
2 changed files with 40 additions and 21 deletions

View File

@ -34,27 +34,6 @@ ownCloud SMS (OcSMS) web application is currently under AGPL licence but this fr
*Please create your core issues here:* *Please create your core issues here:*
https://github.com/nerzhul/ocsms/issues https://github.com/nerzhul/ocsms/issues
### Issue template
**Server**
- ownCloud version: X.X.X
- PHP version: X.X
- HTTPd server: <apache|nginx...>
- HTTPS: <yes|no>
**Client**
- Android version: X.X.X
- Phone: <phone-model>
- ownCloud SMS app version: X.X.X
**Content of /owncloud/data/owncloud.log**
```
Place content of your owncloud.log here
```
### Android client issues ### Android client issues
*Please create your issues for the Android client here:* *Please create your issues for the Android client here:*
https://github.com/nerzhul/ownCloud-SMS-App/issues https://github.com/nerzhul/ownCloud-SMS-App/issues

40
issue_template.md Normal file
View File

@ -0,0 +1,40 @@
<!--
Thanks for reporting issues back to us!
To make it possible for us to help you please fill out below information carefully.
-->
### 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
```
Insert your log here
```