Skip to content

Commit

Permalink
Automatic labeling of issues (keras-team#139)
Browse files Browse the repository at this point in the history
* Test issue template

* Correct field name
  • Loading branch information
Frédéric Branchaud-Charron authored and rragundez committed Jan 14, 2019
1 parent 230c191 commit 45759e5
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/a--image.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: a) Issues related to images
about: Select this if your issue is related to images (default).
labels: image
---

Please make sure that the boxes below are checked before you submit your issue.
If your issue is an **implementation question**, please ask your question on [StackOverflow](http://stackoverflow.com/questions/tagged/keras) or [on the Keras Slack channel](https://keras-slack-autojoin.herokuapp.com/) instead of opening a GitHub issue.

Thank you!

- [ ] Check that you are up-to-date with the master branch of keras-preprocessing. You can update with:
`pip install git+git://github.com/keras-team/keras-preprocessing.git --upgrade --no-deps`

- [ ] Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).


17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/b--text.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: a) Issues related to NLP
about: Select this if your issue is related to natural language processing (NLP).
labels: text
---

Please make sure that the boxes below are checked before you submit your issue.
If your issue is an **implementation question**, please ask your question on [StackOverflow](http://stackoverflow.com/questions/tagged/keras) or [on the Keras Slack channel](https://keras-slack-autojoin.herokuapp.com/) instead of opening a GitHub issue.

Thank you!

- [ ] Check that you are up-to-date with the master branch of keras-preprocessing. You can update with:
`pip install git+git://github.com/keras-team/keras-preprocessing.git --upgrade --no-deps`

- [ ] Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).


Empty file removed ISSUE_TEMPLATE.md
Empty file.

0 comments on commit 45759e5

Please sign in to comment.