Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help us repair something that is currently broken
labels: bug
labels: "needs: triage, bug"

---
<!-- 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! -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "\U0001F680 Feature request"
about: Suggest a new feature or a big change
labels: enhancement
labels: "needs: discussion, enhancement"

---
<!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
Expand Down
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/not_working.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: "\U0001F494 Something is not working"
about: When you're seeing errors and you're not sure if there are because of a bug, a missing feature, or a misconfiguration
labels: "needs: triage, help wanted"

---
<!-- 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! -->

### Issue description
<!-- Use this section to clearly and concisely describe what is not working. -->

#### Expected behaviour
<!-- Tell us what you thought would happen. -->

#### Actual behaviour
<!-- Tell us what actually happens. -->

### 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 sensitive information. --->