From 7891117aa9f9cb95c8e301875f9bf74d9496a301 Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+JasonWeill@users.noreply.github.com> Date: Tue, 14 May 2024 01:32:20 -0700 Subject: [PATCH] Update config.yml (#7363) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix incorrect encoding for 🤔 --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6c21dae549..bbfec31159 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,10 +3,10 @@ contact_links: - name: Is this a common issue? See our Docs. url: https://jupyter-notebook.readthedocs.io/en/latest/troubleshooting.html#what-to-do-when-things-go-wrong about: Before opening an issue, make sure your issue hasn't already been addressed in the documentation. - - name: \U0001F914 Support and all other questions, including if you're not sure what to do. + - name: 🤔 Support and all other questions, including if you're not sure what to do. url: https://discourse.jupyter.org/c/notebook/31 about: If you have a question or you're having issues installing Jupyter Notebook, try posting on Discourse. - - name: "\U0001F4AC Chat with the devs" + - name: 💬 Chat with the devs url: https://app.gitter.im/#/room/#jupyter_notebook:gitter.im about: Ask short questions about using Jupyter Notebook - name: 📝 Do you have a feature request that may be applied upstream? See JupyterLab.