Skip to content

Commit edab961

Browse files
committed
Convert issue template to new Github format
the old format seems to be dropped altogether now
1 parent f5b2602 commit edab961

File tree

2 files changed

+43
-6
lines changed

2 files changed

+43
-6
lines changed
Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,30 @@
1-
Too many issues will kill our team's development velocity, drastically.
2-
Make sure you have checked all steps below.
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
39

410
### Prerequisite
5-
* [ ] Make sure your problem is not listed in [the common build problems](https://github.com/pyenv/pyenv/wiki/Common-build-problems).
611
* [ ] Make sure no duplicated issue has already been reported in [the pyenv-virtualenv issues](https://github.com/pyenv/pyenv-virtualenv/issues). You should look in closed issues, too.
7-
* [ ] Make sure you are not asking us to help solving your specific issue.
8-
* GitHub issues is opened mainly for development purposes. If you want to ask someone to help solving your problem, go to some community site like [Gitter](https://gitter.im/yyuu/pyenv), [StackOverflow](https://stackoverflow.com/questions/tagged/pyenv), etc.
12+
* [ ] Make sure you are reporting a problem in Pyenv-Virtualenv and not seeking consultation with Pyenv-Virtualenv use.
13+
* GitHub issues are intended mainly for Pyenv-Virtualenv development purposes. If you are seeking help with Pyenv-Virtualenv use, check [Pyenv-Virtualenv documentation](https://github.com/pyenv/pyenv-virtualenv?tab=readme-ov-file#usage), go to a user community site like [Gitter](https://gitter.im/yyuu/pyenv), [StackOverflow](https://stackoverflow.com/questions/tagged/pyenv), etc, or to [Discussions](https://github.com/orgs/pyenv/discussions).
914
* [ ] Make sure your problem is not derived from packaging (e.g. [Homebrew](https://brew.sh)).
1015
* Please refer to the package documentation for the installation issues, etc.
1116
* [ ] Make sure your problem is not derived from other plugins.
1217
* This repository is maintaining the `pyenv-virtualenv` plugin only. Please refrain from reporting issues of other plugins here.
1318

14-
### Description
19+
### Describe the bug
20+
A clear and concise description of what the bug is.
21+
Do specify what the expected behaviour is if that's not obvious from the bug's nature.
22+
23+
#### Reproduction steps
24+
Listing the commands to run in a new console session and their output is usually sufficient.
25+
Please use a Markdown code block (three backticks on a line by themselves before and after the text) to denote a console output excerpt.
26+
27+
#### Diagnostic details
1528
- [ ] Platform information (e.g. Ubuntu Linux 20.04):
1629
- [ ] OS architecture (e.g. amd64):
1730
- [ ] pyenv version:
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the intended use case**
11+
* What your general environment is if it's relevant to the feature request and is not a generic console with a typical Pyenv installation (CI, server with a custom setup, cloud environment, IDE)
12+
* What you are trying to achieve
13+
* What specifically you are doing for that regarding Pyenv
14+
* Where you are stuck
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.
21+
[ ] In particular, did you consider [writing a plugin](https://github.com/pyenv/pyenv/blob/master/README.md#pyenv-plugins)? Note that if your plugin has general applicability, you can publish it in the 3rd-party plugin catalog on the Pyenv Wiki as per the link above.
22+
23+
**Additional context**
24+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)