Skip to content

Commit 6dd7ea4

Browse files
ci: remove emojis in templates (#3031)
remove all emojis from templates and fix label renaming
1 parent c8c3fe5 commit 6dd7ea4

15 files changed

Lines changed: 24 additions & 24 deletions

.github/ISSUE_TEMPLATE/chore-issue-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Chore Issue
33
about: Chore Issue Template
4-
title: 'chore: 🔧 [TASK_DESCRIPTION]'
4+
title: 'chore: [TASK_DESCRIPTION]'
55
labels: ''
66
assignees: ''
77

.github/ISSUE_TEMPLATE/ci-issue-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: CI Issue
33
about: CI Issue Template
4-
title: 'ci: 👷 [TASK_DESCRIPTION]'
4+
title: 'ci: [TASK_DESCRIPTION]'
55
labels: ''
66
assignees: ''
77

.github/ISSUE_TEMPLATE/docs-issue-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Documentation Issue
33
about: Documentation Issue Template
4-
title: 'docs: 📚 [DOCS_DESCRIPTION]'
4+
title: 'docs: [DOCS_DESCRIPTION]'
55
labels: ''
66
assignees: ''
77

.github/ISSUE_TEMPLATE/feature-issue-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Feature Issue
33
about: Feature Issue Template
4-
title: 'feat: [FEATURE_NAME]'
5-
labels: '🙌 Epic'
4+
title: 'feat: [FEATURE_NAME]'
5+
labels: 'Epic'
66
assignees: 'yoezlem'
77

88
---

.github/ISSUE_TEMPLATE/fix-issue-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bugfix Issue
33
about: Bugfix Issue Template
4-
title: 'fix: 🤔 [BUG_DESCRIPTION]'
4+
title: 'fix: [BUG_DESCRIPTION]'
55
labels: ''
66
assignees: ''
77

.github/ISSUE_TEMPLATE/new-component-issue-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: New Component Issue
33
about: New Component Issue Template
4-
title: 'feat: add sd-[COMPONENT_NAME]'
5-
labels: '🙌 Epic'
4+
title: 'feat: add sd-[COMPONENT_NAME]'
5+
labels: 'Epic'
66
assignees: 'yoezlem'
77

88
---

.github/ISSUE_TEMPLATE/new-style-component-issue-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: New Style Component Issue
33
about: New Style Component Issue Template
4-
title: 'feat: add sd-[COMPONENT_NAME] - CSS style'
5-
labels: '🙌 Epic, style-components'
4+
title: 'feat: add sd-[COMPONENT_NAME] - CSS style'
5+
labels: 'Epic'
66
assignees: 'yoezlem'
77

88
---

.github/ISSUE_TEMPLATE/performance-issue-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Performance Issue
33
about: Performance Issue Template
4-
title: 'perf: 🚀 [TASK_DESCRIPTION]'
4+
title: 'perf: [TASK_DESCRIPTION]'
55
labels: ''
66
assignees: ''
77

.github/ISSUE_TEMPLATE/release-notes-subtask-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Release Notes Subtask
33
about: Template to create a subtask for the release notes in each iteration.
4-
title: 'docs: 📚 create release notes for iteration #[NUMBER]'
5-
labels: 'documentation, 🎨 figma, 🔧 code, Subtask'
4+
title: 'docs: create release notes for iteration #[NUMBER]'
5+
labels: 'Documentation, Design, Development, Subtask'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/simple-design-feature-issue-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Simple Design Feature Issue
33
about: Simple Feature Issue Template for Design
4-
title: 'feat[design]: [FEATURE_NAME]'
5-
labels: '🎨 figma'
4+
title: 'feat[design]: [FEATURE_NAME]'
5+
labels: 'Design'
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)