π [Update] a other_issue template
Browse files
.github/ISSUE_TEMPLATE/other_issue.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: Other Issue
|
| 3 |
+
about: Report other issues or questions
|
| 4 |
+
title: ''
|
| 5 |
+
labels: 'question'
|
| 6 |
+
assignees: ''
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
**Issue Description**
|
| 10 |
+
A clear and concise description of the issue or question.
|
| 11 |
+
|
| 12 |
+
**Additional Context**
|
| 13 |
+
Add any other context or screenshots about the issue here.
|
| 14 |
+
|
| 15 |
+
**Future Considerations**
|
| 16 |
+
Please suggest any potential future improvements related to this issue.
|