Skip to content

Commit af2c9e3

Browse files
Merge pull request #2 from Przemog1/issue_templates
Issue templates
2 parents 2ad429c + 112d29a commit af2c9e3

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Report a bug or problem encountered while using Nabla
4+
labels: bug
5+
---
6+
7+
## Describe the bug
8+
<!-- A clear and concise description of what the bug is. -->
9+
10+
## Steps to Reproduce
11+
<!-- Please describe how the bug you've encountered can be reproduced -->
12+
13+
## Expected vs observed behavior
14+
<!-- Clearly describe what you get, and how it goes across your expectations. -->
15+
16+
## Environment
17+
<!-- Please provide the following information -->
18+
19+
* **OS:**
20+
* **CPU:**
21+
* **GPU:**
22+
* **GPU driver version:**
23+
* **Compiler:**
24+
* **branch:**
25+
* **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+
labels: enhancement
5+
---
6+
7+
## Description
8+
<!-- Please describe your suggestion -->
9+
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. -->
19+
20+
21+

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Description
2+
<!-- Describe what problem this is solving, and how it's solved. -->
3+
4+
## Testing
5+
<!-- Explain how this change was tested. -->
6+
7+
## TODO list:
8+
<!-- A list of things that have to be finished before this PR can be merged -->
9+
10+
<!--
11+
By creating this pull request into Nabla, you agree to release all your past (even from previous commits) and present contributions in the Nabla repository under the Apache 2.0 license. If you're not the sole contributor, ensure that all contributors have signed the CLA agreeing to this.
12+
-->

0 commit comments

Comments
 (0)