From a1eaa923854adc984e344f12fd20e34a1ccef7a4 Mon Sep 17 00:00:00 2001 From: emmanuel-ferdman Date: Sun, 9 Jul 2023 16:37:31 +0300 Subject: [PATCH 1/2] fix: update link to troubleshooting guidelines Signed-off-by: emmanuel-ferdman --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3d2d656c38..d9e70611ba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -40,7 +40,7 @@ Here, we're looking for specific bugs in the Jupyter Notebook codebase. If you t 4. See error '...' +https://jupyter-notebook.readthedocs.io/en/latest/troubleshooting.html --> ## Expected behavior From fcdd4d846fcea351f8bee9bae949db8fee413c50 Mon Sep 17 00:00:00 2001 From: emmanuel-ferdman Date: Sun, 9 Jul 2023 16:39:49 +0300 Subject: [PATCH 2/2] fix: small typo in ISSUE_TEMPLATE/config.yml Signed-off-by: emmanuel-ferdman --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 16e60c3344..6c21dae549 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -11,4 +11,4 @@ contact_links: about: Ask short questions about using Jupyter Notebook - name: 📝 Do you have a feature request that may be applied upstream? See JupyterLab. url: https://github.com/jupyterlab/jupyterlab - about: We recommend that you cross-referrence JupyterLab for information when requesting new features and support for Notebook 7. We won't likely accept new features for Jupyter Notebook 6.x. + about: We recommend that you cross-reference JupyterLab for information when requesting new features and support for Notebook 7. We won't likely accept new features for Jupyter Notebook 6.x.