Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Bug
about: Report a problem
title: "[BUG]: "
labels: Bug, Needs Maintainer Input
assignees: prkumar

---

Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Documentation
about: Highlight unclear or missing documentation
title: "[DOCUMENTATION]:"
labels: Documentation, Needs Maintainer Input
assignees: prkumar

---


3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE REQUEST]: "
labels: Feature Request, Needs Maintainer Input
assignees: prkumar

---

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Question
about: Pose an inquiry
title: "[QUESTION]: "
labels: Needs Maintainer Input, Question
assignees: prkumar

---

Expand Down