Skip to content

Commit

Permalink
adding templates for bug, feature request, and question
Browse files Browse the repository at this point in the history
  • Loading branch information
David Slusser committed Dec 31, 2023
1 parent 2dd61b7 commit ff0a317
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Bug Report

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Step 1
2. Step 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.

**Environment (please complete the following information):**
- Package Version: [e.g., 1.2.0]
- Python Version: [e.g., 3.12.1]
- Django Version: [e.g., 4.2.2]
- Operating System: [e.g., Windows, Linux, macOS]

**Additional context**
Add any other context about the problem here.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature Request
about: Suggest an idea for this project
---

## 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 or screenshots about the feature request here.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Question
about: Ask a question or seek clarification
---

## Question

**Describe your question or request for clarification**

[Please provide as much detail as possible]

**Additional context**
Add any other context or information relevant to your question.

0 comments on commit ff0a317

Please sign in to comment.