Skip to content

Commit

Permalink
Added pull request templates. (#12135)
Browse files Browse the repository at this point in the history
* Added a few options for when making pull request.

* Added automatic labels and assignees.
  • Loading branch information
gabrieldemarmiesse authored and fchollet committed Jan 28, 2019
1 parent 55e7875 commit 9b67e2b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/a--bug-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: a) Bug fix
about: Select this if you're fixing a bug in Keras.
labels: bugfix
---

<!--
Please make sure you've read and understood our contributing guidelines;
https://github.com/keras-team/keras/blob/master/CONTRIBUTING.md
-->

**- What bug I fixed**

This pull request fixes #issue_number_here .

**- How I fixed it**

**- How you can verify it**
<!-- You need a good justification for not including tests for the bug you fixed. -->
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/b--new-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: b) New feature
about: Select this if you're adding a new feature to Keras.
labels: feature
assignees: fchollet
---

<!--
Please make sure you've read and understood our contributing guidelines;
https://github.com/keras-team/keras/blob/master/CONTRIBUTING.md
-->

This pull request closes #issue_number_here .

**- What I did**

**- How I did it**

**- How to verify it**
<!--
You need a good justification for not
including tests for the new feature you added.
-->


- [ ] I updated the docs.

This pull request adds a new feature to Keras. @fchollet, could you please take a look at it?
5 changes: 5 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
Please make sure you've read and understood our contributing guidelines;
https://github.com/keras-team/keras/blob/master/CONTRIBUTING.md
-->

### Summary

### Related Issues
Expand Down

0 comments on commit 9b67e2b

Please sign in to comment.