File tree 3 files changed +52
-0
lines changed
.github/PULL_REQUEST_TEMPLATE
3 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : a) Bug fix
3
+ about : Select this if you're fixing a bug in Keras.
4
+ labels : bugfix
5
+ ---
6
+
7
+ <!--
8
+ Please make sure you've read and understood our contributing guidelines;
9
+ https://github.com/keras-team/keras/blob/master/CONTRIBUTING.md
10
+ -->
11
+
12
+ ** - What bug I fixed**
13
+
14
+ This pull request fixes #issue_number_here .
15
+
16
+ ** - How I fixed it**
17
+
18
+ ** - How you can verify it**
19
+ <!-- You need a good justification for not including tests for the bug you fixed. -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : b) New feature
3
+ about : Select this if you're adding a new feature to Keras.
4
+ labels : feature
5
+ assignees : fchollet
6
+ ---
7
+
8
+ <!--
9
+ Please make sure you've read and understood our contributing guidelines;
10
+ https://github.com/keras-team/keras/blob/master/CONTRIBUTING.md
11
+ -->
12
+
13
+ This pull request closes #issue_number_here .
14
+
15
+ ** - What I did**
16
+
17
+ ** - How I did it**
18
+
19
+ ** - How to verify it**
20
+ <!--
21
+ You need a good justification for not
22
+ including tests for the new feature you added.
23
+ -->
24
+
25
+
26
+ - [ ] I updated the docs.
27
+
28
+ This pull request adds a new feature to Keras. @fchollet , could you please take a look at it?
Original file line number Diff line number Diff line change
1
+ <!--
2
+ Please make sure you've read and understood our contributing guidelines;
3
+ https://github.com/keras-team/keras/blob/master/CONTRIBUTING.md
4
+ -->
5
+
1
6
### Summary
2
7
3
8
### Related Issues
You can’t perform that action at this time.
0 commit comments