Skip to content

Commit a9964d3

Browse files
authored
Update issue templates
1 parent 5d1a966 commit a9964d3

File tree

3 files changed

+96
-0
lines changed

3 files changed

+96
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Please provide a sample code for us to reproduce the issue.
15+
16+
```C#
17+
18+
```
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Please complete the following information:**
24+
- OS: [e.g. Windows, Linux, MacOS]
25+
- Package Type [e.g. torchsharp-cpu, torchsharp-cuda-windows, torchsharp-cuda-linux]
26+
- Version [e.g. 0.105.0]
27+
28+
**Additional context**
29+
Add any other context or screenshots about the feature request here.
30+
31+
---
32+
33+
Thanks for your contribution! ⭐
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Missing Feature
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: Missing Feature
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a missing implementation of PyTorch? Please describe.**
11+
12+
- A clear and concise description of what is missing in `TorchSharp`:
13+
14+
- Link for `PyTorch` implementation:
15+
16+
- Example code for `PyTorch` implementation:
17+
18+
```python
19+
20+
```
21+
22+
**Describe the solution you'd like**
23+
A clear and concise description of what you want to happen.
24+
25+
**Please complete the following information:**
26+
- OS: [e.g. Windows, Linux, MacOS]
27+
- Package Type [e.g. torchsharp-cpu, torchsharp-cuda-windows, torchsharp-cuda-linux]
28+
- Version [e.g. 0.105.0]
29+
30+
**Additional context**
31+
Add any other context or screenshots about the feature request here.
32+
33+
---
34+
35+
Thanks for your contribution! ⭐

.github/ISSUE_TEMPLATE/question.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Question
3+
about: Questions related to the TorchSharp
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
**Please describe your question**
11+
12+
**Please share a code example for the context**
13+
14+
```C#
15+
16+
```
17+
18+
**Please complete the following information:**
19+
- OS: [e.g. Windows, Linux, MacOS]
20+
- Package Type [e.g. torchsharp-cpu, torchsharp-cuda-windows, torchsharp-cuda-linux]
21+
- Version [e.g. 0.105.0]
22+
23+
**Additional context**
24+
Add any other context or screenshots about the feature request here.
25+
26+
---
27+
28+
Thanks for your contribution! ⭐

0 commit comments

Comments
 (0)