Skip to content

Commit 1ee89ee

Browse files
committed
Update GitHub templates
1 parent a980fbe commit 1ee89ee

File tree

4 files changed

+38
-1
lines changed

4 files changed

+38
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help us reproduce and fix it.
4+
title: "<Please write a descriptive title>"
5+
labels: ["bug"]
6+
---
7+
8+
## Summary
9+
10+
## Expected results
11+
12+
## Actual results
13+
14+
## Steps to reproduce
15+
16+
## Environment
17+
18+
Please include the outputs of `python --version` and `pip list`.
19+
20+
## Additional information

.github/ISSUE_TEMPLATE/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Configuration: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository
2+
3+
blank_issues_enabled: true
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: New feature
3+
about: Request a new feature.
4+
title: "<Please write a descriptive title>"
5+
labels: ["enhancement"]
6+
---
7+
8+
## What
9+
10+
## Why
11+
12+
## How
13+
14+
## Additional information

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md renamed to .github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
## Testing
88

9-
## Anything else
9+
## Additional information

0 commit comments

Comments
 (0)