Skip to content

Commit fdbfc7b

Browse files
committed
Added issue templates
1 parent 53a1866 commit fdbfc7b

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Report a bug or problem encountered while using Nabla
4+
---
5+
6+
## Describe the bug
7+
<!-- A clear and concise description of what the bug is. -->
8+
9+
## Steps to Reproduce
10+
11+
<!-- Please describe how the bug you've encountered can be reproduced -->
12+
13+
## Environment
14+
15+
<!-- Please provide the following information -->
16+
17+
* **OS:**
18+
* **CPU:**
19+
* **GPU:**
20+
* **GPU driver version:**
21+
* **Compiler:**
22+
* **branch:**
23+
* **commit hash:**
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
---
5+
6+
## Description
7+
8+
<!-- Please describe your suggestion -->
9+
10+
## Environment
11+
12+
<!-- Please provide the following information -->
13+
14+
* **OS:**
15+
* **CPU:**
16+
* **GPU:**
17+
* **GPU driver version:**
18+
* **Compiler:**
19+
* **branch:**
20+
* **commit hash:**
21+

0 commit comments

Comments
 (0)