diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 17 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 12 |
2 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3e0f485 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a bug report + +--- + +## Description +<!-- Add a description of the bug --> + +## Reproduction Steps +<!-- Add a set of steps to reproduce the bug (what commands you ran, etc.) --> +1. +2. +3. + +## Environment +<!-- Include your OS version, Python version, and any other relevant details. --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..46e88d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,12 @@ +--- +name: Feature request +about: Suggest a new feature +labels: enhancement + +--- + +## Description +<!-- Add a description of the new feature --> + +## Background +<!-- Add any additional background on the feature, for example how it may be used --> |