Skip to content

Commit c306b22

Browse files
committed
Fixed issue template [ci skip]
Refs: phalcon#13374
1 parent e4f75ce commit c306b22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55

66
> **Describe what you are trying to achieve and what goes wrong.**
77
8-
> Provide output if related. Provide coredump if any. Use https://github.com/phalcon/cphalcon/wiki/Generating-a-backtrace as reference
8+
> Provide output if related. Provide coredump if any. Use https://docs.phalconphp.com/en/latest/generating-backtrace as reference
99
1010
```php
1111
// paste output here
1212
```
13+
1314
> Provide minimal script to reproduce the issue
1415
1516
```php
1617
// paste code
1718
```
19+
1820
### Details
1921

2022
* Phalcon version: (`php --ri phalcon`)

0 commit comments

Comments
 (0)