diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..6b41c8fef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,72 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us repair something that is currently broken +labels: bug, status:Needs Triage +--- + + + + + +## Description + + + +## Reproduce + + + +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error '...' + + + +## Expected behavior + + + +## Context + + + +- Operating System and version: +- Browser and version: + +- Jupyter NbClassic version: + + + +
Troubleshoot Output +
+Paste the output from running `jupyter troubleshoot` from the command line here.
+You may want to sanitize the paths in the output.
+
+
+ +
Command Line Output +
+Paste the output from your command line running `jupyter nbclassic` here, use `--debug` if possible.
+
+
+ +
Browser Output + +
+Paste the output from your browser Javascript console here, if applicable.
+
+
+
\ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..9f3008ad7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Is this a common issue? See our Docs. + url: https://nbclassic.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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..47ad95cf2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,39 @@ +--- +name: "\U0001F680 Feature Request" +about: Suggest a new feature or a change +labels: enhancement, status:Needs Triage +--- + + + + + +### Problem + + + +### Proposed Solution + + + +### Additional context + + \ No newline at end of file