Skip to content

Commit accf0db

Browse files
committed
Added some issue templates
1 parent 2a56c17 commit accf0db

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
## Description of your problem
8+
9+
**Please provide a minimal, self-contained, and reproducible example.**
10+
```python
11+
# [Your code here]
12+
```
13+
14+
**Please provide the full traceback using the `--very-verbose` flag.**
15+
```python
16+
# [The error output here]
17+
```
18+
19+
**Please provide any additional information below.**
20+
21+
22+
## Versions and main components
23+
24+
* pqg Version:
25+
* Python Version:
26+
* Operating system:
27+
* How did you install pqg:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
## Describe your use-case
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
## Describe the solution you would like to see for your use-case
11+
A clear and concise description of what you want to happen.

0 commit comments

Comments
 (0)