Skip to content

Commit af6eddd

Browse files
authored
Copy edits in config, edits bug report template (#6364)
1 parent ce8a32d commit af6eddd

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
---
2-
32
name: Is this a bug in Notebook? Open an issue.
43
about: If you're not sure, feel free to post your question on Jupyter's Discourse channel.
5-
title: ''
6-
labels: ''
7-
assignees: ''
8-
---<!--
9-
BEFORE YOU OPEN AN ISSUE, PLEASE READ THIS
4+
labels: bug
5+
---
6+
7+
<!--
8+
BEFORE YOU OPEN AN ISSUE, PLEASE READ THIS.
109
1110
Hello! Thank you for using Jupyter Notebook. We're glad you're here.
1211
1312
Right now, you're opening an issue. Before you do, let's make sure this is the right place to post your question/issue.
1413
15-
First, it's important to know that Jupyter Notebook development has moved into a phase of maintenance-only. There are very few people with limited time maintaining this repository. This means, we won't likely accept new features here. Instead, we recommend that you check out JupyterLab (https://github.com/jupyterlab/jupyterlab)—Jupyter's next generation Notebook interface.
14+
Jupyter Notebook 6.x development is in maintenance-only mode. Bugs found in Notebook 6.x and that don't reproduce in Notebook 7.x may not get fixed.
15+
16+
Work in this repository is focused on Jupyter Notebook 7.x, the former RetroLab project. The code base for Notebook 7.x is very different than Notebook 6.x. If you can, please try reproducing Notebook 6.x bugs with Notebook 7.x using the main branch of this repository.
17+
18+
We recommend that you check out JupyterLab (https://github.com/jupyterlab/jupyterlab), Jupyter's next generation Notebook interface.
1619
17-
Here, we're looking for specific bugs in the Jupyter Notebook codebase. If you think you've identified such a bug, you can continue opening your issue here. We'd appreciate if you include as much detail as possible, i.e. links to the offending code, snapshots of the UI issue, code-blocks with your console logs, etc.
20+
Here, we're looking for specific bugs in the Jupyter Notebook codebase. If you think you've identified such a bug, you can continue opening your issue here. We'd appreciate if you include as much detail as possible, such as links to the offending code, snapshots of the UI issue, code blocks with your console logs, etc.
1821
1922
If you're having issues installing Jupyter Notebook, or you're having another issue and don't know how to proceed, try the following:
2023

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ blank_issues_enabled: true
22
contact_links:
33
- name: Is this a common issue? See our Docs.
44
url: https://jupyter-notebook.readthedocs.io/en/stable/troubleshooting.html#what-to-do-when-things-go-wrong
5-
about: Before posting an issue here, make sure your issue hasn't already been addressed here.
5+
about: Before opening an issue, make sure your issue hasn't already been addressed in the documentation.
66
- name: Do you need support or a question answered? See Jupyter Discourse.
77
url: https://discourse.jupyter.org/c/notebook/31
88
about: If you have a question or you're having issues installing Jupyter Notebook, try posting on Discourse. There are lots of friendly Joyvans there to help!
99
- name: Do you have a feature request? See JupyterLab.
1010
url: https://github.com/jupyterlab/jupyterlab
11-
about: Jupyter Notebook is in a maintenance-only phase. We won't likely accept new features; instead, we recommend you check out JupyterLab for new features and support.
11+
about: We won't likely accept new features for Jupyter Notebook 6.x. We recommend that you check out JupyterLab for new features and support.

0 commit comments

Comments
 (0)