Skip to content

Commit

Permalink
chore: add github issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dlshriver committed Aug 2, 2023
1 parent 3cc79fb commit e0e2031
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Report a problem
title: ''
labels: bug
assignees: ''

---

# Bug Report

## Describe the bug
<!-- Please describe the bug clearly and concisely. -->

## System information
<!-- Please describe the system on which the bug occurs.
If the bug occurs on multiple systems, please provide the information for each. -->

- OS Platform and Distribution (*e.g., Linux Ubuntu 20.04*):
- System architecture (*e.g., x86-64 or aarch64*):
- Python implementation and version (*e.g., CPython 3.11*):
- Intercepts version:

## Steps to Reproduce
<!-- Please provide instructions to reproduce the issue,
ideally including code to demonstrate the bug. -->

### Observed behavior
<!-- A clear and concise description of what happens when you take the above steps. -->

### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->

## Notes
<!-- Any additional information that you think may be useful. -->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Frequently Asked Questions
url: https://github.com/dlshriver/intercepts/discussions
about: Some common problems and questions are discussed here.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for how to enhance intercepts
title: ''
labels: enhancement
assignees: ''

---

# Feature Request

## Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

## Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->

## Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

## Additional context
<!-- Add any other context about the feature request here. -->

0 comments on commit e0e2031

Please sign in to comment.