Skip to content

Commit 64eb5b2

Browse files
committed
Updated templates
1 parent fdbfc7b commit 64eb5b2

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
22
name: Bug report
33
about: Report a bug or problem encountered while using Nabla
4+
labels: bug
45
---
56

67
## Describe the bug
78
<!-- A clear and concise description of what the bug is. -->
89

910
## Steps to Reproduce
10-
1111
<!-- Please describe how the bug you've encountered can be reproduced -->
1212

13-
## Environment
13+
## Expected vs observed behavior
14+
<!-- Clearly describe what you get, and how it goes across your expectations. -->
1415

16+
## Environment
1517
<!-- Please provide the following information -->
1618

1719
* **OS:**
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4+
labels: enhancement
45
---
56

67
## Description
7-
88
<!-- Please describe your suggestion -->
99

10-
## Environment
10+
## Description of the related problem
11+
<!-- Is your feature request related to a problem? Please provide
12+
A clear and concise description of what the problem is. -->
13+
14+
## Solution proposal
15+
<!-- A clear and concise description of what you want to happen. -->
16+
17+
## Additional context
18+
<!-- Add any other context or screenshots about the feature request here. -->
1119

12-
<!-- Please provide the following information -->
1320

14-
* **OS:**
15-
* **CPU:**
16-
* **GPU:**
17-
* **GPU driver version:**
18-
* **Compiler:**
19-
* **branch:**
20-
* **commit hash:**
2121

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Description
2+
<!-- Describe what problem this is solving, and how it's solved.-->
3+
4+
## Testing
5+
<!-- Explain how this change is tested. -->

0 commit comments

Comments
 (0)