Skip to content

Commit

Permalink
Create ISSUES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iLeW committed Jul 16, 2019
1 parent ef0999f commit e876779
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ISSUES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Issues Rules

If you want to open a GitHub Issue, please be sure to follow this policy:

1. It must one of the following issues:
- bug/performance issue
- feature request
- build issue
- documentation issue (for small doc fixes please send a PR instead)
2. Make sure the Issue Template is filled out.
3. The issue should be related to the repo it is created in.

**Here's why we have this policy:** We want to focus on the work that benefits the whole community, e.g., fixing bugs and adding features. Individual support should be sought on Stack Overflow or other non-GitHub channels. It helps us to address bugs and feature requests in a timely manner.

We adopted the same guidelines as for the TensorFlow project.

### Attribution

This Issues Rules is adapted from the https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md file of the [TensorFlow]: https://github.com/tensorflow/tensorflow project.

0 comments on commit e876779

Please sign in to comment.