Skip to content

Commit 93f8a8a

Browse files
authored
Update ISSUES.md
Add a Stack Overflow badge
1 parent 61fe8dd commit 93f8a8a

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

ISSUES.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
**If you open a GitHub issue, here is our policy.**
1+
# If you open a GitHub issue, here is our policy.
22

3-
1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
3+
* It must be a **bug**, a **feature request**, or a significant problem
4+
with **documentation**.
5+
* Please send a pull request instead for small documentation fixes.
6+
* The required form must be filled out.
7+
* The issue should be related to the repository it is created in.
48

5-
2. The required form must be filled out.
9+
General help and support should be sought on [Stack Overflow](https://stackoverflow.com/questions/tagged/tensorflow-model-garden) or other non-GitHub channels.
610

7-
3. The issue should be related to the repo it is created in.
11+
[![](https://img.shields.io/stackexchange/stackoverflow/t/tensorflow-model-garden)](https://stackoverflow.com/questions/tagged/tensorflow-model-garden)
812

9-
Please go to [Stack Overflow](https://stackoverflow.com/questions/tagged/tensorflow-model-garden) for help and support.
13+
TensorFlow developers respond to issues.
14+
We want to focus on work that benefits the whole community such as fixing bugs
15+
and adding new features.
16+
It helps us to address bugs and feature requests in a timely manner.
1017

11-
Please understand that research models (https://github.com/tensorflow/models/tree/master/research) included in this repository are experimental and research-style code. They are not officially supported.
18+
---
1219

13-
**Here's why we have that policy**
20+
Please understand that research models in the [research directory](https://github.com/tensorflow/models/tree/master/research)
21+
included in this repository are experimental and research-style code.
22+
They are not officially supported by the TensorFlow team.
1423

15-
TensorFlow developers respond to issues. We want to focus on work that benefits the whole community, e.g., fixing bugs and adding features.
1624

17-
We want to focus on the work that benefits the whole community, e.g., fixing bugs and adding features.
18-
19-
Individual support should be sought on [Stack Overflow](https://stackoverflow.com/questions/tagged/tensorflow-model-garden) or other non-GitHub channels.
20-
21-
It helps us to address bugs and feature requests in a timely manner.

0 commit comments

Comments
 (0)