Skip to content
Merged
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: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ""
assignees: ''

---

**Describe the bug**
Expand Down
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/cleanup-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Cleanup request
about: Ask for some code refactoring
title: "[CLEANUP]"
labels: cleanup
assignees: ''

---

**What needs refactoring?**
Describe what in the code needs changing, and how.

**Why?**
What benefit does this bring to development?
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/new-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: New feature
about: Suggest an idea for this project
title: "[FEATURE]"
labels: enhancement
assignees: ""
assignees: ''

---

**What is the new feature?**
Expand Down