Skip to content

Commit

Permalink
🧹 update emojis (hedyorg#4953)
Browse files Browse the repository at this point in the history
Updates bug templates with new emoji system
  • Loading branch information
hasan-sh authored Jan 4, 2024
1 parent 6a38a65 commit dbaa034
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug report
about: Tell us about a bug to make Hedy better!
title: "[BUG]"
labels: ''
title: "🪲"
labels: 'bug'
assignees: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/content.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Content issue
about: Tell us about an issue with content to make Hedy better!
title: "[CONTENT]"
labels: ''
title: "📜"
labels: 'content'
assignees: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/idea-for-the-hedy-interface.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Idea for the Hedy interface
about: Suggest an idea for the Hedy interface
title: "[UI idea]"
labels: ''
title: "💻"
labels: 'frontend'
assignees: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/idea-for-the-hedy-language.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Idea for the Hedy language
about: Suggest an idea for the Hedy language
title: "[LANGUAGE idea]"
labels: ''
title: "🖊️"
labels: 'language'
assignees: ''

---
Expand Down
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Start the name of the PR with one of the relevant prefixes in the title of the P
* 🧹 -> refactorings (changes that do not change functionality and are only a cleanup of code)
* 💻 -> improvements and changes of the Hedy website
* 🧪 -> changes made to the test suite
* 📜 -> changes related to content

Fixes _______ (Always link the number of the issue or of the discussion that your PR concerns. If you use the word `fixes` before the issue number in this description, the related issue will automatically close then the PR is merged)

Expand Down

0 comments on commit dbaa034

Please sign in to comment.