diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 476d8bb6..dde161d9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,37 +1,39 @@ --- -name: Bug report +name: Issue report about: Create a report to help us improve --- + **Describe the bug** A clear and concise description of what the bug is. + + **To Reproduce** -Steps to reproduce the behavior: + **Expected behavior** + -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. - -- Running `jupyter troubleshoot` from the command line, if possible, and posting -its output would also be helpful. -- Running in `--debug` mode can also be helpful for troubleshooting. +**Compute Information** + - Operating System + - JupyterHub Version [e.g. 22] diff --git a/.github/ISSUE_TEMPLATE/installation-and-configuration-issues.md b/.github/ISSUE_TEMPLATE/installation-and-configuration-issues.md index 9a6c731b..2505d1d8 100644 --- a/.github/ISSUE_TEMPLATE/installation-and-configuration-issues.md +++ b/.github/ISSUE_TEMPLATE/installation-and-configuration-issues.md @@ -1,7 +1,22 @@ --- -name: Installation and configuration issues +name: Installation and configuration questions about: Installation and configuration assistance --- -If you are having issues with installation or configuration, you may ask for help on the JupyterHub gitter channel or file an issue here. + diff --git a/.github/PULL_REQUEST_TEMPLATE/.keep b/.github/PULL_REQUEST_TEMPLATE/.keep deleted file mode 100644 index e69de29b..00000000 diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md