From 0b64c3b1b3aa37cdd3540e39ca9a2b667dfc0e1e Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+JasonWeill@users.noreply.github.com> Date: Mon, 13 May 2024 15:35:03 -0700 Subject: [PATCH] Update config.yml 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.