Skip to content

Commit beaa8a5

Browse files
authored
Configures issue templates (#87)
* add issue templates * enable blank issues
1 parent af937bb commit beaa8a5

File tree

4 files changed

+63
-0
lines changed

4 files changed

+63
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Report errors or unexpected behavior
4+
title: ''
5+
labels: bug,needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
## ℹ Computer information
11+
12+
- Platform OS (e.g Windows, Mac, Linux etc):
13+
- Python Version:
14+
- Brain Interface Used (e.g Muse, OpenBCI, Notion etc):
15+
16+
## 📝 Provide detailed reproduction steps (if any)
17+
18+
1.
19+
2.
20+
3.
21+
22+
### ✔️ Expected result
23+
24+
_What is the expected result of the above steps?_
25+
26+
### ❌ Actual result
27+
28+
_What is the actual result of the above steps?_
29+
30+
## 📷 Screenshots
31+
32+
_Are there any useful screenshots? WinKey+Shift+S (Windows) / Shift+Command+4 (MacOS) and then just paste them directly into the form_

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: "\U0001F4DA Documentation Issue"
3+
about: Report issues in our documentation
4+
title: ''
5+
labels: docs,needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Briefly describe which document needs to be corrected and why. -->
11+
12+
## 📝 Provide a description of requested docs changes
13+
14+
_What is the purpose and what should be changed?_
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: "⭐ Feature request"
3+
about: Propose something new.
4+
title: ''
5+
labels: needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
## 📝 Provide a description of the new feature
11+
12+
_What is the expected behavior of the proposed feature? What is the scenario this would be used?_
13+
14+
---
15+
16+
If you'd like to see this feature implemented, add a 👍 reaction to this post.

0 commit comments

Comments
 (0)