Skip to content

Commit

Permalink
Fix issue templates
Browse files Browse the repository at this point in the history
Fixes #36721 and also makes sure style is consistent in all headers.
  • Loading branch information
mihaimaruseac committed Feb 13, 2020
1 parent 3150635 commit 6737d44
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 24 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/00-bug-issue.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--------------------------------------------------------------------------------

name: Bug Issue about: Use this template for reporting an issue related to bug.
---
name: Bug Issue
about: Use this template for reporting a bug
labels: 'type:bug'

--------------------------------------------------------------------------------
---

<em>Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/10-build-installation-issue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------

name: Build/Installation Issue about: Use this template for build/installation
issues labels: 'type:build/install'
---
name: Build/Installation Issue
about: Use this template for build/installation issues
labels: 'type:build/install'

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/20-documentation-issue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Documentation Issue
about: Use this template for documentation related
about: Use this template for documentation related issues
labels: 'type:docs'

---
Expand Down
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/40-tflite-op-request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
--------------------------------------------------------------------------------

name: TensorFlow Lite Op Request about: Use this template for reporting ops you
are using or missing. labels: 'comp:lite'

---
name: TensorFlow Lite Op Request
about: Use this template for reporting Lite ops you are using or missing
labels: 'comp:lite'

---

**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/50-other-issues.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------

name: Other Issues about: Use this template for any other non-support related
issues labels: 'type:others'
---
name: Other Issues
about: Use this template for any other non-support related issues
labels: 'type:others'

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/60-tflite-converter-issue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: TensorFlow Lite New Converter Issue
about: Use this template for reporting issues during model conversion to TFLite.
about: Use this template for reporting issues during model conversion to TFLite

---

Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/80-performance-issue.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--------------------------------------------------------------------------------
---
name: Performance Issue
about: Use this template for reporting a performance issue
labels: 'type:performance'

name: Performance Issue about: Use this template for reporting a performance
issue. labels: 'type:performance'

--------------------------------------------------------------------------------
---

<em>Please make sure that this is an issue related to performance of TensorFlow.
As per our
Expand Down

0 comments on commit 6737d44

Please sign in to comment.