Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

558: Markdown to html, titles #575

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
@@ -1,3 +1,7 @@
###
title: Contributing Guidelines for Tensor
###

# Contributing guidelines

## How to become a contributor and submit your own code
Expand All @@ -18,7 +22,7 @@ Follow either of the two links above to access the appropriate CLA and instructi
### Contributing code

If you have improvements to TensorFlow, send us your pull requests! For those
just getting started, Github has a [howto](https://help.github.com/articles/using-pull-requests/).
just getting started, Github has a [howto](https://help.github.com/articles/using-pull-requests/ "How To Contribute Using Github").

If you want to contribute but you're not sure where to start, take a look at the
[issues with the "contributions welcome" label](https://github.com/tensorflow/tensorflow/labels/contributions%20welcome).
Expand Down