Update bug_report.yaml
Try kramdown to support opening links in new tabs: https://stackoverflow.com/a/63546509/521799
This commit is contained in:
parent
3761629aa4
commit
f3f1abf93c
3
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -1,6 +1,7 @@
|
||||
name: Bug report
|
||||
description: Create a report and help us improve
|
||||
labels: ["T: Defect"]
|
||||
markdown: kramdown
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@ -28,7 +29,7 @@ body:
|
||||
label: Steps to reproduce the problem
|
||||
description: |
|
||||
- If the problem relates to code generation, please post your code generation configuration
|
||||
- If the problem relates to upgrades, please check if your RDBMS version is still supported by jOOQ: https://www.jooq.org/download/support-matrix
|
||||
- If the problem relates to upgrades, please check if your RDBMS version is still supported by jOOQ: [https://www.jooq.org/download/support-matrix](https://www.jooq.org/download/support-matrix){:target="_blank" rel="noopener"}
|
||||
- A complete set of DDL statements can help re-create the setup you're having
|
||||
- An MCVE can be helpful to provide a complete reproduction case: https://github.com/jOOQ/jOOQ-mcve
|
||||
placeholder: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user