Skip to content

Commit

Permalink
chore: rename issue titles
Browse files Browse the repository at this point in the history
renames the issue titles so they are more concise
  • Loading branch information
jmesrje committed Dec 28, 2024
1 parent bfe0df7 commit d5429e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/broken-docs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 'Broken Documentation'
name: 'Broken: Docs'
about: Issues within the documentation
title: ''
labels: 'broken, not ready - evaluating, targeting: docs'
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/broken-src.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 'Broken Source Code'
name: 'Broken: Source'
about: Issues within the source code
title: ''
labels: 'broken, not ready - evaluating, targeting: main'
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 'Documentation Enhancement'
name: 'Enhancement: Docs'
about: An enhancement for the documentation
title: ''
labels: 'enhancement, not ready - evaluating, targeting: docs'
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/src.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 'Source Code Enhancement'
name: 'Enhancement: Source'
about: An enhancement for the source code
title: ''
labels: 'enhancement, not ready - evaluating, targeting: docs'
Expand Down

0 comments on commit d5429e5

Please sign in to comment.