-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added pull request templates. (#12135)
* Added a few options for when making pull request. * Added automatic labels and assignees.
- Loading branch information
1 parent
55e7875
commit 9b67e2b
Showing
3 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters