Skip to content

Commit be45c9f

Browse files
Fix Issue Templates (#11)
1 parent 2fb4b23 commit be45c9f

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

β€Ž.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
name: πŸ› Bug report
1010
description: File a bug report
11-
title: ""
11+
title: "πŸ› Bug report: Remove this title with a descriptive title."
1212
labels: ["bug"]
1313
body:
1414
- type: markdown

β€Ž.github/ISSUE_TEMPLATE/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@
77
#
88

99
blank_issues_enabled: false
10+
contact_links:
11+
- name: Discussions & Support
12+
url: https://github.com/orgs/CardinalKit/discussions
13+
about: We use GitHub Discussions for any discussions and support.
14+
- name: Security & Vulnerability-related Issues
15+
url: https://github.com/CardinalKit/.github/blob/main/SECURITY.md
16+
about: For security and vulnerability-related issues, please refer to our Security Policy.

β€Ž.github/ISSUE_TEMPLATE/internal_change.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
name: πŸ’Ύ Internal change
1010
description: Suggest an internal improvement for this project
11-
title: ""
11+
title: "πŸ’Ύ Internal change: Remove this title with a descriptive title."
1212
labels: ["enhancement"]
1313
body:
1414
- type: markdown

β€Ž.github/ISSUE_TEMPLATE/major_feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
name: πŸš€ Major feature request
1010
description: Suggest a new idea for this project
11-
title: ""
11+
title: "πŸš€ Major feature request: Remove this title with a descriptive title."
1212
labels: ["enhancement", "major version bump"]
1313
body:
1414
- type: markdown

β€Ž.github/ISSUE_TEMPLATE/minor_feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
name: 🏎 Minor feature request
1010
description: Suggest an improvement for this project
11-
title: ""
11+
title: "🏎 Minor feature request: Remove this title with a descriptive title."
1212
labels: ["enhancement", "minor version bump"]
1313
body:
1414
- type: markdown

0 commit comments

Comments
Β (0)