]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Set type in issue templates
authorTobias Brunner <tobias@strongswan.org>
Fri, 4 Apr 2025 06:15:37 +0000 (08:15 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 10 Apr 2025 06:31:09 +0000 (08:31 +0200)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md

index 094e79a993461cb90caeaa30d2d0ea5a36c5ba04..882187d9030d1bd41303e3b675aefa41cad5efda 100644 (file)
@@ -2,6 +2,7 @@
 name: "🐛 Bug report"
 about: Report a reproducible bug or regression
 labels: bug, new
+type: Bug
 ---
 
 <!--
index 0dd3f18e29f7d9cfb83250b24670b88e0e8312eb..83f54ebc52c89838835f4357e6c50a36b74ab219 100644 (file)
@@ -2,6 +2,7 @@
 name: Feature request
 about: Suggest an idea for this project
 labels: enhancement, new
+type: Feature
 ---
 
 <!--