Skip to content

Commit 630b553

Browse files
committed
Remove non-ASCII Unicodes in issue templates
1 parent 0f64552 commit 630b553

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: 📝 Blank Issue
2+
name: Blank Issue
33
about: Blank Issue
4-
title: 📝 <Insert Title>
5-
labels:
4+
title: <Insert Title>
5+
labels:
66
assignees: ''
77

88
---

exasol/toolbox/templates/github/ISSUE_TEMPLATE/bug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: 🐞 Bug Report
2+
name: Bug Report
33
about: File a bug report
4-
title: 🐞 <Insert Title>
4+
title: <Insert Title>
55
labels: bug
66
assignees: ''
77

@@ -74,4 +74,4 @@ Add any additional context about the problem here.
7474
#### Related Issues (optional)
7575
<!---
7676
Link related issues form the issue tracker here.
77-
-->
77+
-->

exasol/toolbox/templates/github/ISSUE_TEMPLATE/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: 📚 Documentation
2+
name: Documentation
33
about: Add/Improve Documentation
4-
title: 📚 <Insert Title>
4+
title: <Insert Title>
55
labels: documentation
66
assignees: ''
77

@@ -38,4 +38,4 @@ e.g.:
3838
- [ ] Bump version number
3939
- [ ] Update changelog
4040
- [ ] ...
41-
--->
41+
--->

exasol/toolbox/templates/github/ISSUE_TEMPLATE/feature.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Feature
2+
name: Feature
33
about: Add/Implement Feature
4-
title: <Insert Title>
4+
title: <Insert Title>
55
labels: feature
66
assignees: ''
77

@@ -44,4 +44,4 @@ e.g.:
4444
- [ ] Update documentation
4545
- [ ] Update changelog
4646
- [ ] ...
47-
--->
47+
--->

exasol/toolbox/templates/github/ISSUE_TEMPLATE/refactoring.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: 🔧 Refactoring
2+
name: Refactoring
33
about: Refactor
4-
title: 🔧 <Insert Title>
4+
title: <Insert Title>
55
labels: refactoring
66
assignees: ''
77

@@ -44,4 +44,4 @@ e.g.:
4444
- [ ] Bump version number
4545
- [ ] Update changelog
4646
- [ ] ...
47-
--->
47+
--->

exasol/toolbox/templates/github/ISSUE_TEMPLATE/security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: 🔐 Security Issue
2+
name: Security Issue
33
about: Fix Security Issue
4-
title: 🔐 <Insert Title>
4+
title: <Insert Title>
55
labels: security
66
assignees: ''
77

@@ -55,4 +55,4 @@ Describe possible solution(s), how to address this issue.
5555
# Credit
5656
<!--
5757
Whom to thank, kudos for the reporter(s)
58-
-->
58+
-->

0 commit comments

Comments
 (0)