mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
ab6f22a1f6
The way the template was used generated a badly rendered code.
43 lines
1 KiB
Markdown
43 lines
1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--
|
|
Thank you for reporting an issue.
|
|
|
|
Please fill in as much of the template below as you're able.
|
|
|
|
Version: if you know it, otherwise use the git revision
|
|
Installation: How did you install wallabag? Using git clone, the docker image, an installer, downloading the package, etc.
|
|
PHP version: The version of PHP you are using
|
|
OS: The host running wallabag
|
|
Database: The storage system your instance is using (SQLite, MySQL/MariaDB or PostgreSQL) with the version
|
|
Parameters: Paste the content of your app/config/parameters.yml (hide sensitive stuff if you want)
|
|
-->
|
|
### Environment
|
|
|
|
* **Version**:
|
|
* **Installation**:
|
|
* **PHP version**:
|
|
* **OS**:
|
|
* **Database**:
|
|
* **Parameters**:
|
|
|
|
<details>
|
|
<summary>My <code>app/config/parameters.yml</code> is:</summary>
|
|
|
|
```
|
|
PASTE HERE
|
|
```
|
|
</details>
|
|
|
|
### What steps will reproduce the bug?
|
|
|
|
<!--
|
|
Enter details about your bug and how to reproduce it
|
|
-->
|