Skip to content

Commit af368db

Browse files
committed
Add a Github issue template.
That should give a helping hand to everyone.
1 parent d9da6c3 commit af368db

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Be sure to check the existing issues, both open and closed.
2+
3+
Describe the issue briefly here.
4+
5+
##### Describe you environment
6+
7+
1. OS Type
8+
1. Python version: `$ python -V`
9+
1. Pipenv version: `$ pipenv --version`
10+
11+
##### Expected result
12+
13+
Describe what you expected.
14+
15+
##### Actual result
16+
17+
When possible, provide the verbose output (`--verbose`), especially for locking and dependencies resolving issues.
18+
19+
##### Steps to replicate
20+
21+
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).

0 commit comments

Comments
 (0)