move GitHub specifi files to .github and add issue details sections

This commit is contained in:
Christoph Wurst 2016-07-27 16:20:30 +02:00
Родитель 6b63f50765
Коммит 292904fd47
2 изменённых файлов: 10 добавлений и 0 удалений

0
CONTRIBUTING.md → .github/CONTRIBUTING.md поставляемый
Просмотреть файл

Просмотреть файл

@ -49,6 +49,7 @@ from within your ownCloud installation folder
**The content of config/config.php:**
<details>
```
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
@ -59,6 +60,7 @@ or
Insert your config.php content here
(Without the database password, passwordsalt and secret)
```
</details>
#### Client configuration
**Browser:**
@ -72,21 +74,28 @@ Insert your webserver log here
```
##### ownCloud log (data/owncloud.log)
<details>
```
Insert your ownCloud log here
```
</details>
##### Horde IMAP log (data/horde_imap.log)
<details>
```
Insert your horde IMAP log here, see https://github.com/owncloud/mail#debug-mode
```
</details>
##### Horde SMTP log (data/horde_smtp.log)
<details>
```
Insert your horde SMTP log here, see https://github.com/owncloud/mail#debug-mode
```
</details>
##### Browser log
<details>
```
Insert your browser log here, this could for example include:
@ -94,3 +103,4 @@ a) The javascript console log
b) The network log
c) ...
```
</details>