Skip to content

Commit 42652e0

Browse files
Merge pull request #242 from HarperDB/remove-redundant-issue-titles
Remove the redundant issue titles from templates. Labels are good enough
2 parents df8c42d + 7392735 commit 42652e0

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/ISSUE_TEMPLATE/content-issue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: 📝 Content Issue
22
description: Report problems with existing documentation content (typos, errors, confusing sections, outdated information)
3-
title: '[Content Issue]: '
43
labels: ['content', 'bug']
54
body:
65
- type: markdown

.github/ISSUE_TEMPLATE/content-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: 📚 Content Request
22
description: Request new documentation or coverage for undocumented features, APIs, or functionality
3-
title: '[Content Request]: '
43
labels: ['content', 'enhancement']
54
body:
65
- type: markdown

.github/ISSUE_TEMPLATE/platform-bug.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: 🐛 Platform Bug
22
description: Report issues with the documentation site's functionality (broken features, UI problems, performance issues)
3-
title: '[Platform Bug]: '
43
labels: ['platform', 'bug']
54
body:
65
- type: markdown

.github/ISSUE_TEMPLATE/platform-feature-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: ⚡️ Platform Feature Request
22
description: Suggest new functionality or improvements for the documentation site itself
3-
title: '[Platform Feature]: '
43
labels: ['platform', 'enhancement']
54
body:
65
- type: markdown

0 commit comments

Comments
 (0)