From 7eb37efba3f038eec3fb37d025f162fcc853d7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Sat, 27 Aug 2022 10:39:00 +0200 Subject: [PATCH] Move emojis in issue templates to the titles (#1058) Followup to #1056 I think it has a much better effect this way! --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4d76abbbd..168265806 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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"] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5e5b75929..9204208ff 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 96642f679..79bb4857d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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"]