Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 authored Jun 13, 2024
1 parent 3d25cce commit af92180
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: 'Bug Report'
about: 'Report a bug or unexpected behavior to help us improve the package'
labels: 'bug'
name: Bug Report
about: Report a bug or unexpected behavior to help us improve the package
title: ''
labels: bug
assignees: ''

---

Please:
Expand All @@ -13,4 +16,4 @@ Please:
import brainunit as bu
```

- [ ] If applicable, include full error messages/tracebacks.
- [ ] If applicable, include full error messages/tracebacks.
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: 'Feature Request'
about: 'Suggest a new idea or improvement for ``brainunit``'
labels: 'enhancement'
name: Feature Request
about: Suggest a new idea or improvement for ``brainunit``
title: ''
labels: enhancement
assignees: ''

---

Please:
Expand Down

0 comments on commit af92180

Please sign in to comment.