nextcloud-custom-apps-face-.../facerecognition/ISSUE_TEMPLATE.md
2024-09-03 09:12:12 +05:00

83 lines
1.6 KiB
Markdown

Hey, Thanks for reporting issues back to Nextcloud Face Recognition. Please, try to complete this report in detail so we can help you easier. :smile:
Make sure you read all the [documentation](https://github.com/matiasdelellis/facerecognition/wiki), and the [FAQ](https://github.com/matiasdelellis/facerecognition/wiki/FAQ), and that the issue has not been reported before. :wink:
### Expected behaviour
Tell us what should happen
### Actual behaviour
Tell us what happens instead
### Steps to reproduce
1.
2.
3.
### Server configuration
* **Operating system:**
* **Pdlib version:**
* **How is DLib installed:** Make sure it is working correctly with this [tool](https://github.com/matiasdelellis/pdlib-min-test-suite)
* **How is PDlib installed:** Make sure it is working correctly with this [tool](https://github.com/matiasdelellis/pdlib-min-test-suite)
* **PHP version:**
* **Web server:**
* **Database:**
* **Nextcloud version:**
### Client configuration
* **Browser:**
* **Operating system:**
### Logs
#### Background task log with debug.
<details>
<summary>sudo -u apache php occ -vvv face:background_job</summary>
```
Insert your background log here
```
</details>
#### Web server error log
<details>
<summary>Web server error log</summary>
```
Insert your webserver log here
```
</details>
#### Nextcloud log (data/nextcloud.log)
<details>
<summary>Nextcloud log</summary>
```
Insert your Nextcloud log here
```
</details>
#### Browser log
<details>
<summary>Browser log</summary>
```
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
```
</details>