Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Bug report
about: Something is broken, and you like us to fix it.
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
_A clear and concise description of what the bug is._

**Affected Versions**
_Only provide a version when this bug appears in another version than the latest GA release_

**Reproducer**
Please provide a [Minimimal Reproducable Example](https://stackoverflow.com/help/minimal-reproducible-example), preferable as a Github repository. Make sure to include the database, either as an in memory database or if that is not possible using [Testcontainers](https://www.testcontainers.org/).
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Do not submit security issues on GitHub! See https://spring.io/security-policy
about: Do not submit security issues on GitHub! See https://spring.io/security-policy
title: Do not submit security issues on GitHub! See https://spring.io/security-policy
labels: ''
assignees: ''

---

**Do not submit security issues on GitHub!**

See https://spring.io/security-policy
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Feature request
about: Wouldn't it be great if this would work too?
title: ''
labels: ''
assignees: ''

---

**What feature do you want?**
_A clear and concise description of what you want to happen._

**What problem does this solve?**
_A clear and concise description of the problem that you have when this feature does not exist.
Feel free to omit this if it just repeats the previous section_
Loading