Skip to content

Commit

Permalink
Merge pull request #388 from khdc-me/343-add-issue-template
Browse files Browse the repository at this point in the history
Created ISSUE_TEMPLATE.md file
  • Loading branch information
sigmavirus24 committed Sep 7, 2018
2 parents 9ee1937 + 3267c52 commit 01f0ba5
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## Your Environment
Thank you for taking the time to report an issue.

To more efficiently resolve this issue, we'd like to know some basic information about your system and setup.

1) Your operating system:

2) Version of python you are running:
``` bash
python --version
```

3) How did you install twine? Did you use your operating system's package manager or pip or something else?

4) Version of twine you have installed (include complete output of):
``` bash
twine --version
```

5) Which package repository are you targeting?


If you're having issues uploading a specific package, you *must* include a copy of the following:
* The package's `PKG-INFO` file
* A redacted version of your `.pypirc` file (**REMOVE ALL USERNAMES & PASSWORDS BEFORE UPLOADING**)


## The Issue
Please describe the issue that you are experiencing.


## Steps to Reproduce
If the issue is predictable and consistently reproducible, please list the steps here.



2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ universal = 1
ignore =
.travis.yml
tox.ini
.github
.github/*

[metadata]
requires-dist =
Expand Down

0 comments on commit 01f0ba5

Please sign in to comment.