Skip to content

Commit 1bd2ba6

Browse files
supercontractsseanpmorgan
authored andcommitted
Issue templates (#47)
* Add issue templates
1 parent faffe17 commit 1bd2ba6

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug/Performance Issue
3+
about: Use this template for reporting a bug or a performance issue.
4+
5+
---
6+
7+
**System information**
8+
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
9+
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
10+
- TensorFlow installed from (source or binary):
11+
- TensorFlow version (use command below):
12+
- TensorFlow Addons installed from (source, PyPi):
13+
- TensorFlow Addons version:
14+
- Python version and type (eg. Anaconda Python, Stock Python as in Mac, or homebrew installed Python etc):
15+
- Bazel version (if compiling from source):
16+
- GCC/Compiler version (if compiling from source):
17+
- Is GPU used? (yes/no):
18+
- GPU model (if used):
19+
20+
**Describe the bug**
21+
22+
A clear and concise description of what the bug is.
23+
24+
**Describe the expected behavior**
25+
26+
**Code to reproduce the issue**
27+
28+
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
29+
30+
**Other info / logs**
31+
32+
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Use this template for raising a feature request
4+
5+
---
6+
7+
**System information**
8+
- TensorFlow version (you are using):
9+
- TensorFlow Addons version:
10+
- Is it in the tf.contrib (if so, where):
11+
- Are you willing to contribute it (yes/no):
12+
- Are you willing to maintain it going forward? (yes/no):
13+
14+
**Describe the feature and the current behavior/state.**
15+
16+
**Will this change the current api? How?**
17+
18+
**Who will benefit with this feature?**
19+
20+
**Any Other info.**

0 commit comments

Comments
 (0)