Skip to content

Commit

Permalink
Move emojis in issue templates to the titles (#1058)
Browse files Browse the repository at this point in the history
Followup to #1056

I think it has a much better effect this way!
  • Loading branch information
hoechenberger committed Aug 27, 2022
1 parent 43b77c9 commit 7eb37ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Bug report
name: 🐛 Bug report

# See the json schema to help you create / update this form
# https://json.schemastore.org/github-issue-forms.json

description: 🐛 Create a report to help us improve
description: Create a report to help us improve

labels: ["bug"]

Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: MNE-Python forum
- name: 💬 MNE-Python forum
url: https://mne.discourse.group/
about: 💬 Use the [MNE-Python forum](https://mne.discourse.group/) to ask (and answer) concrete technical questions or about usage of MNE-BIDS
- name: BIDS specification
about: Use the [MNE-Python forum](https://mne.discourse.group/) to ask (and answer) concrete technical questions or about usage of MNE-BIDS
- name: 📖 BIDS specification
url: https://bids-specification.readthedocs.io/en/latest/
about: 📖 Read the BIDS specification
about: Read the BIDS specification
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Feature request
name: 🛠️ Feature request

# See the json schema to help you create / update this form
# https://json.schemastore.org/github-issue-forms.json

description: 🛠️ Suggest an idea for this project
description: Suggest an idea for this project

labels: ["enhancement"]

Expand Down

0 comments on commit 7eb37ef

Please sign in to comment.