Merge pull request #3056 from GeorgianaElena/remove_issue_templates

Use the issue templates from the central repo
This commit is contained in:
Simon Li
2020-05-26 15:56:11 +01:00
committed by GitHub
3 changed files with 0 additions and 62 deletions

View File

@@ -1,33 +0,0 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help us repair something that is currently broken
---
<!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Bug description
<!-- Use this section to clearly and concisely describe the bug. -->
#### Expected behaviour
<!-- Tell us what you thought would happen. -->
#### Actual behaviour
<!-- Tell us what it actually happens. Tip: running JupyterHub in `--debug` mode (`jupyterhub --debug`) can also be helpful for troubleshooting. -->
### How to reproduce
<!-- Use this section to describe the steps that a user would take to experience this bug. -->
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Your personal set up
<!-- Tell us a little about the system you're using. -->
- OS:
<!-- [e.g. linux, OSX] -->
- Version:
<!-- e.g. jupyterhub --version. --->
- Configuration:
<!-- Be careful not to share any sensible information. --->

View File

@@ -1,4 +0,0 @@
contact_links:
- name: "\U0001F914 All other questions, including if you're not sure what to do."
url: https://discourse.jupyter.org
about: Search on Discourse for similar questions or ask for help there.

View File

@@ -1,25 +0,0 @@
---
name: "\U0001F680 Feature request"
about: Suggest a new feature or a big change to JupyterHub
---
<!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Proposed change
<!-- Use this section to describe the feature you'd like to be added. -->
### Alternative options
<!-- Use this section to describe alternative options and why you've decided on the proposed feature above. -->
### Who would use this feature?
<!-- Describe the audience for this feature. This information will affect who chooses to work on the feature with you. -->
### How much effort will adding it take?
<!-- Try to estimate how much work adding this feature will require. This information will affect who chooses to work on the feature with you. -->
### Who can do this work?
<!-- What skills are needed? Who can be recruited to add this feature? This information will affect who chooses to work on the feature with you. -->