Skip to content

Commit 410d4ff

Browse files
rvlbfjsj
authored andcommitted
Add issue templates
1 parent fcbfe81 commit 410d4ff

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-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+
### Description
2+
3+
Human readable description of the issue: **PLEASE-FILL-HERE**
4+
5+
### Expected Behavior
6+
7+
What's the expected behavior? **PLEASE-FILL-HERE**
8+
9+
### Actual Behavior
10+
11+
What's the seen behavior? Include stacktraces here. Remove sensitive info manually: **PLEASE-FILL-HERE**
12+
13+
### Reproduction code
14+
15+
Detailed steps to reproduce the bug, if possible with minimal runnable code.
16+
17+
### Environment
18+
19+
* Paste `python --version` output here: **PLEASE-FILL-HERE**
20+
* Paste `pip freeze` output here: **PLEASE-FILL-HERE**
21+
* Paste `nvidia-smi` output here: **PLEASE-FILL-HERE**
22+
* GPU used: **PLEASE-FILL-HERE**
23+
* Remove any sensitive info from the outputs above!

.github/ISSUE_TEMPLATE/new_feature.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### Description
2+
3+
Summarized description of the new feature or improvement: **PLEASE-FILL-HERE**
4+
5+
### Implementation Strategy
6+
7+
* Explain in detail how it would work.
8+
* Keep the scope as narrow as possible, to make it easier to implement.
9+
* Remember that this is a volunteer-driven project, and that contributions are welcome :)
10+
11+
**PLEASE-FILL-HERE**
12+
13+
### Expected Changes
14+
15+
* Any API changes? **PLEASE-FILL-HERE**
16+
* Any Code Architecture changes? **PLEASE-FILL-HERE**
17+
* Any new Requirements? **PLEASE-FILL-HERE**
18+
* Any Documentation changes? **PLEASE-FILL-HERE**
19+
20+
### Test Cases
21+
22+
Suggested test cases: **PLEASE-FILL-HERE**
23+
24+
### Related Issues
25+
26+
If any: **PLEASE-FILL-HERE**
27+
28+
### References
29+
30+
Any papers or existing code that can be helpful? **PLEASE-FILL-HERE**

0 commit comments

Comments
 (0)