Skip to content

Commit c38d365

Browse files
authored
Update issue templates
1 parent cc206d1 commit c38d365

File tree

2 files changed

+87
-0
lines changed

2 files changed

+87
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: type:Bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Welcome! Before creating a new issue:
12+
* This is the GIT EXTENSION for JupyterLab repository. Unrelated issues will be closed.
13+
* Look at the README *Troubleshooting* section
14+
* Search for relevant issues
15+
* Check that you have updated both the jupyterlab extension and the python package to the same version
16+
* Check that you have installed Git version 2 or higher
17+
-->
18+
19+
## Description
20+
21+
<!--Describe the bug clearly and concisely. Include screenshots if possible-->
22+
23+
## Reproduce
24+
25+
<!--Describe step-by-step instructions to reproduce the behavior-->
26+
27+
1. Go to '...'
28+
2. Click on '...'
29+
3. Scroll down to '...'
30+
4. See error '...'
31+
32+
## Expected behavior
33+
34+
<!--Describe what you expected to happen-->
35+
36+
## Context
37+
38+
<!--Complete the following for context, and add any other relevant context-->
39+
40+
- Python package version:
41+
<!-- Results of `conda list jupyterlab-git` or `pip show jupyterlab-git` -->
42+
- Extension version:
43+
<!-- Results of `jupyter labextension list` -->
44+
- Git version:
45+
<!-- Results of `git --version` -->
46+
- Operating System and its version:
47+
48+
<details><summary>Command Line Output</summary>
49+
<pre>
50+
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
51+
</pre>
52+
</details>
53+
54+
<details><summary>Browser Output</summary>
55+
<pre>
56+
Paste the output from your browser Javascript console here.
57+
</pre>
58+
</details>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: type:Enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Is your feature request related to a problem? Please describe.
11+
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]-->
12+
13+
## Describe the solution you'd like
14+
<!--A clear and concise description of what you want to happen.-->
15+
16+
## Describe alternatives you've considered
17+
<!--A clear and concise description of any alternative solutions or features you've considered.-->
18+
19+
## Additional context
20+
21+
<!--Complete the following for context, and add any other relevant context-->
22+
23+
- Python package version:
24+
<!-- Results of `conda list jupyterlab-git` or `pip show jupyterlab-git` -->
25+
- Extension version:
26+
<!-- Results of `jupyter labextension list` -->
27+
- Git version:
28+
<!-- Results of `git --version` -->
29+
- Operating System and its version:

0 commit comments

Comments
 (0)