Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
koculu authored Jan 12, 2025
1 parent 3c776e4 commit 088abe3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: "[BUG] The title of the bug"
labels: ''
labels: bug
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE] Feature request title."
labels: ''
labels: enhancement
assignees: ''

---
Expand Down
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Question
about: Ask a question.
title: "[Question] Title of the question"
labels: question
assignees: ''

---

### Question

<!-- Please ask your question clearly and provide as much context as possible. -->

### Steps to Reproduce

<!-- If applicable, describe the steps to reproduce the issue. -->

### Expected Behavior

<!-- What did you expect to happen? -->

### Actual Behavior

<!-- What actually happened? -->

### Additional Context

<!-- Add any other context or information that may be helpful for answering your question (e.g., environment, versions, related code, etc.). -->

0 comments on commit 088abe3

Please sign in to comment.