Skip to content

Commit

Permalink
docs(github): Add icons to the issue workflow
Browse files Browse the repository at this point in the history
Introduce a bit of color.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 19, 2024
1 parent 2d8257c commit 1c0713d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug Report
name: Bug Report 🐞
about: I want to report a bug that I am facing.
title: ''
labels: ['bug', 'to triage']
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
contact_links:
- name: Discuss an Idea
- name: Discuss an Idea 💡
about: Start a discussion or ask a longer question.
url: https://github.com/oss-review-toolkit/ort/discussions
- name: Ask a Question
- name: Ask a Question 🤔
about: Ask a quick question or just chat with the ORT community.
url: http://slack.oss-review-toolkit.org/
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Enhancement Proposal
name: Enhancement Proposal
about: I want to propose to enhance existing functionality.
title: ''
labels: ['enhancement', 'to triage']
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature Request
name: Feature Request 🎉
about: I want to request a new feature that I find useful.
title: ''
labels: ['new feature', 'to triage']
Expand Down

0 comments on commit 1c0713d

Please sign in to comment.