aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Filipe Filardi <filipefilardi@hotmail.com>2018-04-24 23:00:05 -0300
committerGravatar GitHub <noreply@github.com>2018-04-24 23:00:05 -0300
commit7f70c7a38fc2f4aaa9ceb52240c9112886adda5c (patch)
tree0d55c63443120218d60cc6853dd8986e8c2489c3 /CONTRIBUTING.md
parent7f78414776718a350b1beb612dd8b1c26ff3f6a4 (diff)
Make more like a table of contents
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2e9d8c65e2..8669c25c45 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,12 +4,12 @@
Before sending your pull requests, make sure you followed this list.
-- [ ] Read [contributing guidelines](CONTRIBUTING.md).
-- [ ] Read [Code of Conduct](CODE_OF_CONDUCT.md).
-- [ ] Ensure you have signed the [Contributor License Agreement (CLA)](https://cla.developers.google.com/).
-- [ ] Check if my changes are consistent with the [guidelines](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#general-guidelines-and-philosophy-for-contribution).
-- [ ] Changes are consistent with the [Coding Style](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#c-coding-style).
-- [ ] Run [Unit Tests](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#running-unit-tests).
+- Read [contributing guidelines](CONTRIBUTING.md).
+- Read [Code of Conduct](CODE_OF_CONDUCT.md).
+- Ensure you have signed the [Contributor License Agreement (CLA)](https://cla.developers.google.com/).
+- Check if my changes are consistent with the [guidelines](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#general-guidelines-and-philosophy-for-contribution).
+- Changes are consistent with the [Coding Style](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#c-coding-style).
+- Run [Unit Tests](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#running-unit-tests).
## How to become a contributor and submit your own code