Skip to content

Commit

Permalink
Add issue and pull request templates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Jan 25, 2021
1 parent 103adce commit 461bd80
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report
about: Create a report to raise an issue
title: ''
labels: ''
assignees: ''

---

Before posting a bug report, please ensure you test using tox in an isolated
manner.

**Describe the bug**

A clear and concise description of what the bug is.

**To Reproduce**

Describe the steps necessary to reproduce the behavior. Preferably, a minimal
example.

1.
2.
3.

**Expected behavior**

A clear and concise description of what you expected to happen.

**Screenshots**

If applicable, add screenshots to help explain your problem.

**System**

Please complete the following information:

- Python versions tested
- Operating system
- Terminal/console name, version etc.
- tox/pytest versions if applicable
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Fixes #.

# Proposed Changes

Describe your proposed changes and why you think they are necessary.

0 comments on commit 461bd80

Please sign in to comment.