Skip to content

Commit e9b3e2b

Browse files
author
Hugo Mougard
committed
Add PR template
Signed-off-by: Hugo Mougard <[email protected]>
1 parent d681f09 commit e9b3e2b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Please fill the `[ ]` with an `x` to make sure that you read and followed the checklist
2+
3+
- [ ] This addition is about Machine Learning __on Code__ specifically. General links should be added to [Awesome Machine Learning](https://github.com/josephmisiti/awesome-machine-learning) instead.
4+
- [ ] I have checked that the proposed addition is not already in the awesome list.
5+
- [ ] I have signed-off my commits as detailed [here](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md).
6+
- [ ] The links follow the link template:
7+
8+
* [Title](URL) - Description.
9+
or
10+
11+
* [Title](URL) - Description [Code](link to code).
12+
- [ ] The addition is correctly classified as a paper, blog post, talk, software or dataset.
13+
- [ ] The commit message must start with a verb (`Add …`, `Deprecate …`) and end without a dot. For exemple:
14+
15+
Deprecate Theano software

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The description should not start with "A" or "The". For papers, it should includ
4646

4747
### Format of the commit message
4848

49-
The commit summary must start with "Add" and end with a dot.
49+
The commit summary must start with a verb (`Add`, `Deprecate …`) and end __without__ a dot.
5050

5151
### Deprecation
5252

0 commit comments

Comments
 (0)