summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2020-02-25 10:17:51 +0000
committerGitHub <noreply@github.com>2020-02-25 10:17:51 +0000
commitc794bc2ad65eb96e017492091c997f69d39f03c6 (patch)
treefa98251168669db30456c46681f6c677ce34f082
parentbd9d180f93cbccfdebc0d2f7a5970f172acbd0c3 (diff)
downloadvirtualenv-c794bc2ad65eb96e017492091c997f69d39f03c6.tar.gz
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md30
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.md6
2 files changed, 35 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..3a8b35e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,30 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+**Issue**
+
+Describe what's the expected behaviour and what you're observing.
+
+**Environment**
+
+Provide at least:
+- OS:
+- ``pip list`` of the host python where ``virtualenv`` is installed:
+
+ ```console
+
+ ```
+
+**Output of the virtual environment creation**
+
+Make sure to run the creation with `-vvv --with-traceback`:
+
+```console
+
+```
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md
index 82177b2..b99b742 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.md
+++ b/.github/ISSUE_TEMPLATE/feature-request.md
@@ -1,6 +1,10 @@
---
name: Feature request
-about: Suggest an idea for this project
+about: Suggest an enhancement for this project
+title: ''
+labels: enhancement
+assignees: ''
+
---
**What's the problem this feature will solve?**