Skip to content

Commit 7aa5e4a

Browse files
authored
Merge pull request #3185 from Mattias-Sehlstedt/github-only-for-bugs-and-features
Disable creation of a blank GitHub issue
2 parents 38477f0 + 2a6224b commit 7aa5e4a

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ assignees: ''
77

88
---
99

10+
<!--
11+
**If the issue is NOT a bug**
12+
13+
- We use GitHub issues to track bugs and enhancements. If you have a general usage question please ask on [Stack Overflow](https://stackoverflow.com/).
14+
- The springdoc-openapi team and the broader community monitor the [springdoc](https://stackoverflow.com/tags/springdoc) tag.
15+
-->
16+
1017
**Describe the bug**
1118

1219
- If you are reporting a bug, please help to speed up problem diagnosis by providing as

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ assignees: ''
77

88
---
99

10+
<!--
11+
**If the issue is NOT a feature request**
12+
13+
- We use GitHub issues to track bugs and enhancements. If you have a general usage question please ask on [Stack Overflow](https://stackoverflow.com/).
14+
- The springdoc-openapi team and the broader community monitor the [springdoc](https://stackoverflow.com/tags/springdoc) tag.
15+
-->
16+
1017
**Is your feature request related to a problem? Please describe.**
1118

1219
- A clear and concise description of what the problem is. Ex. I'm always frustrated

0 commit comments

Comments
 (0)