Skip to content

Commit 7681a6c

Browse files
authored
[MRG] Update issue templates (#654)
[MRG] Update issue templates
2 parents bc9554e + 991a682 commit 7681a6c

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us repair something that is currently broken
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behaviour:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behaviour**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Versions (please complete the following information):**
24+
- OS: [e.g. linux, OSX]
25+
- Docker version: `docker version`
26+
- repo2docker version `repo2docker --version`
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new feature or a big change to repo2docker
4+
title: ''
5+
labels: 'needs: discussion'
6+
assignees: ''
7+
8+
---
9+
10+
Those who maintain this project do so as volunteers and we have no control over their schedule or priorities.
11+
12+
This means if the feature you are proposing is something you'd like to see added the best way to achieve that is for you to organise the effort required to build it. This could be evangelising for the feature, paying someone, doing it yourself, etc.
13+
14+
Even so it might never get merged because the trade off between additional happy users and maintenance burden is not favourable.
15+
16+
**Describe the solution you'd like**
17+
A clear and concise description of what you want to happen.
18+
19+
**Describe alternatives you've considered**
20+
A clear and concise description of any alternative solutions or features you've considered.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Support question
3+
about: Ask a question about using repo2docker
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
🚨 Please do **not** open an issue for support questions. Instead please search for similar issues or post on http://discourse.jupyter.org/c/questions. 🚨
11+
12+
More people read the forum than this issue tracker, it is indexed by search engines and easier for others to discover.
13+
14+
For more details: https://discourse.jupyter.org/t/a-proposal-for-jupyterhub-communications/505

0 commit comments

Comments
 (0)