mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +02:00
issue template (#1028)
This commit is contained in:
committed by
Franz Liedke
parent
14ee7614ac
commit
d49589806b
26
framework/core/.github/ISSUE_TEMPLATE.md
vendored
Normal file
26
framework/core/.github/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
> Issues on Github are meant for bug reporting. Please post feature requests on the [discussion forum](https://discuss.flarum.org/t/features).
|
||||||
|
---
|
||||||
|
> Try to complete the below form as far as you are able and are willing to share. Add a screenshot of the issue if you can.
|
||||||
|
|
||||||
|
## Bug report
|
||||||
|
- Version of Flarum: x.y.z
|
||||||
|
- Website URL where the bug is visible: http://example.com
|
||||||
|
- The webserver you are running: apache, nginx or something else
|
||||||
|
- PHP version: x.y.z
|
||||||
|
- Hosted environment: shared or vps
|
||||||
|
- Hosting provider: http://some-amazing-provider.com
|
||||||
|
|
||||||
|
## Flarum info
|
||||||
|
|
||||||
|
```
|
||||||
|
Output of "php flarum info", run this in terminal in your Flarum directory.
|
||||||
|
```
|
||||||
|
|
||||||
|
## Additional comments
|
||||||
|
Some additional information you'd like to share, eg what have you tried so far.
|
||||||
|
|
||||||
|
## Log files
|
||||||
|
|
||||||
|
```
|
||||||
|
Put any relevant logs here.
|
||||||
|
```
|
Reference in New Issue
Block a user