Skip to content

Commit 0fddd55

Browse files
Update issue template titles for clarity
Standardized the title fields in documentation, refactor, devops, and video issue templates to include their respective categories for improved clarity and consistency.
1 parent 4168a3d commit 0fddd55

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/2-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "📝 Documentation"
33
about: Updating documentation (e.g. README, Wiki, Guides etc.) as per https://www.ssw.com.au/rules/awesome-documentation/
4-
title: "📝 {{ DOC DESCRIPTION }}"
4+
title: "📝 Doc - {{ DOC DESCRIPTION }}"
55
labels: 'Type: Documentation'
66
assignees: ''
77

.github/ISSUE_TEMPLATE/3-refactor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "♻️ Refactor"
33
about: 'Something that needs improving while not changing functionality as per https://www.ssw.com.au/rules/technical-debt/'
4-
title: "♻️ {{ REFACTOR DESCRIPTION }}"
4+
title: "♻️ Refactor - {{ REFACTOR DESCRIPTION }}"
55
labels: 'Type: Refactor'
66
assignees: ''
77

.github/ISSUE_TEMPLATE/4-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "👷 DevOps"
33
about: CI/CD and other DevOps concerns e.g. Updating the build, code analysis, test, deploy, application monitoring etc.
4-
title: "👷 {{ DEVOPS DESCRIPTION }}"
4+
title: "👷 DevOps - {{ DEVOPS DESCRIPTION }}"
55
labels: 'Type: DevOps'
66
assignees: ''
77

.github/ISSUE_TEMPLATE/5-video.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "🎥 Video"
33
about: "Upload weekly Sprint Review & Planning videos to YouTube channel"
4-
title: "🎥 Upload Sprint {{ SPRINT_NUM }} video to YouTube channel"
4+
title: "🎥 Sprint - Upload Sprint {{ SPRINT_NUM }} video to YouTube channel"
55
labels: "Type: Video"
66
assignees: ""
77

@@ -43,4 +43,3 @@ Thumbnail Generation - take a screenshot in PowerPoint fullscreen mode (1920x108
4343
### Information
4444
- YouTube Channel {{ YOUTUBE_CHANNEL_LINK }}
4545
- Playlist {{ PLAYLIST_LINK }}
46-

0 commit comments

Comments
 (0)