Skip to content

Commit c873100

Browse files
authored
Merge pull request tensorflow#18759 from filipefilardi/master
Add Pull Request Template
2 parents 4b5308e + 7f70c7a commit c873100

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Contributing guidelines
22

3+
## Pull Request Checklist
4+
5+
Before sending your pull requests, make sure you followed this list.
6+
7+
- Read [contributing guidelines](CONTRIBUTING.md).
8+
- Read [Code of Conduct](CODE_OF_CONDUCT.md).
9+
- Ensure you have signed the [Contributor License Agreement (CLA)](https://cla.developers.google.com/).
10+
- Check if my changes are consistent with the [guidelines](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#general-guidelines-and-philosophy-for-contribution).
11+
- Changes are consistent with the [Coding Style](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#c-coding-style).
12+
- Run [Unit Tests](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#running-unit-tests).
13+
314
## How to become a contributor and submit your own code
415

516
### Contributor License Agreements

0 commit comments

Comments
 (0)